Skip to content

Commit

Permalink
And another attempt at fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Sep 6, 2024
1 parent 39413b9 commit bfad8bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ jobs:
name: Install Python dependencies
run: |
pipenv install --dev --python `which python`
pipenv run pip install tomli setuptools-scm>=8.1.0
pipenv run pip install tomli
- id: build
name: Build release
run: make build-release
run: |
pipenv run pip install 'setuptools-scm>=8.1.0' --force-reinstall
make build-release

- id: check
name: Check release
Expand Down

0 comments on commit bfad8bf

Please sign in to comment.