Skip to content

Commit

Permalink
Try to fix python testing
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Oct 16, 2023
1 parent 6bde254 commit 5cacfa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
cd cloud-info
pip install -r requirements.txt
pip install .
pip install -Uv setuptools
pip install . -vv
cd cloud_info_catchall
python3 -m unittest

0 comments on commit 5cacfa7

Please sign in to comment.