Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 8, 2022
1 parent 3a229c5 commit 7b1c64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
toolchain: stable
# We need normal poetry as reference; Pin to a specific version since we diff against the output
- name: Install poetry
run: pipx install poetry==1.1.13
run: pipx install poetry==1.2.0

- name: Cache cargo build
uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
toolchain: stable
# We need normal poetry as reference; Pin to a specific version since we diff against the output
- name: Install poetry
run: pipx install poetry==1.1.13
run: pipx install poetry==1.2.0

# For some reason, alternating between maturin and cargo invalidates the cache
- name: Cache maturin build
Expand Down

0 comments on commit 7b1c64a

Please sign in to comment.