diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 98d5d78..bb6dbf0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Lint -on: [push, pull_request] +# on: [push, pull_request] jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2fb84c..fbd2569 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Bazel Build and Test -on: [push, pull_request] +# on: [push, pull_request] jobs: test: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index efe3e2c..5adec5e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: