Skip to content

Commit

Permalink
Update GitHub Actions again -- give up on poetry dev group.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Mar 12, 2024
1 parent d66baad commit 875febd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pip install pytest
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 875febd

Please sign in to comment.