Skip to content

Commit

Permalink
try to figure out why not building
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent a7885f1 commit 3d1e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[dev]
pip install -e .[dev] -v -v
- name: pytest
run: pytest

Expand Down

0 comments on commit 3d1e09a

Please sign in to comment.