Skip to content

Commit

Permalink
try pip install to sidestep GH Actions pipenv dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 4, 2024
1 parent 3b00ed0 commit 06b3c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
name: Install Python dependencies
run: |
pipenv install --dev --python `which python`
pipenv install exceptiongroup
pipenv run pip install exceptiongroup
- id: run
name: Run tests
Expand All @@ -114,7 +114,7 @@ jobs:
name: Install Python dependencies
run: |
pipenv install --dev --python `which python`
pipenv install --dev tomli
pipenv run pip install tomli
- id: build
name: Build release
Expand Down

0 comments on commit 06b3c9a

Please sign in to comment.