Skip to content

Commit

Permalink
ci: add python install after install of future
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 8, 2025
1 parent 17d450f commit 6f1fba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
--upgrade \
--upgrade-strategy=eager \
-e '.[test]'
uv python install
- name: Test with pytest
run: |
pytest
uv run pytest
- name: Note a possible Black incompatibility and required actions
if: failure()
shell: python
Expand Down

0 comments on commit 6f1fba3

Please sign in to comment.