Skip to content

Commit

Permalink
ci: Fix workflow file
Browse files Browse the repository at this point in the history
Apparently GH does not like an empty default.
Removing it entirely might work.
  • Loading branch information
st-bender committed Sep 11, 2024
1 parent 6b65b2f commit 89058a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
pip-trusted-host: ""
include:
- python-version: "3.5"
os: ubuntu-20.04
Expand Down

0 comments on commit 89058a9

Please sign in to comment.