Skip to content

Commit

Permalink
debug symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin committed Dec 6, 2023
1 parent af1c712 commit ca9e031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push, pull_request]
# on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bazel Build and Test

on: [push, pull_request]
# on: [push, pull_request]

jobs:
test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
pip install -r requirements.txt
bazel run --config=windows_x86_64 @maple2jax//jax_xc:gen_py
touch abc && ln -sf abc abcd && ls
# pip install -r requirements.txt
# bazel run --config=windows_x86_64 @maple2jax//jax_xc:gen_py
# bazel build --config=windows_x86_64 --remote_cache=http://${{ secrets.BAZEL_CACHE }}:8080 @maple2jax//:jax_xc_wheel
shell: pwsh
- name: Upload artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit ca9e031

Please sign in to comment.