Skip to content

Commit

Permalink
Attempt to fix GH build process
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Sep 6, 2024
1 parent 4e88554 commit 39413b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
name: Install Python dependencies
run: |
pipenv install --dev --python `which python`
pipenv run pip install tomli
pipenv run pip install tomli setuptools-scm>=8.1.0
- id: build
name: Build release
Expand Down

0 comments on commit 39413b9

Please sign in to comment.