Skip to content

Commit

Permalink
Final fix for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Dec 11, 2023
1 parent 8bac7b2 commit 9a999c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Hatch
run: pip install -U hatch
run: pip install -e .

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -155,6 +155,7 @@ jobs:
# Windows installers don't accept non-integer versions so we ubiquitously
# perform the following transformation: X.Y.Z.devN -> X.Y.Z.N
- name: Set project version
if: ${{ matrix.job.target == 'x86_64-unknown-linux-gnu' }}
id: version
run: |-
old_version="$(hatch version)"
Expand Down

0 comments on commit 9a999c7

Please sign in to comment.