Skip to content

Commit

Permalink
/facepalm forgot the 'with:'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Jul 2, 2024
1 parent 4dadcac commit bd4b1c6
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- run: bazel build :all
- run: bazel test :stim_test
build_clang:
Expand Down Expand Up @@ -315,10 +316,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- uses: actions/setup-node@v1
with:
node-version: 16.x
Expand Down Expand Up @@ -351,10 +353,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- run: bazel build :stim_dev_wheel
- run: pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
- run: pip install pytest
Expand All @@ -366,10 +369,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- run: bazel build :stim_dev_wheel
- run: pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
- run: pip install -e glue/cirq
Expand All @@ -382,10 +386,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- run: bazel build :stim_dev_wheel
- run: pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
- run: pip install -e glue/sample
Expand All @@ -399,10 +404,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- run: bazel build :stim_dev_wheel
- run: pip install bazel-bin/stim-0.0.dev0-py3-none-any.whl
- run: pip install -e glue/zx
Expand Down

0 comments on commit bd4b1c6

Please sign in to comment.