Skip to content

Commit

Permalink
fix missing OS for CI Py38
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 19, 2024
1 parent 09950a4 commit d39a1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
allow-failure: false
test-case: docker-test
# deprecated versions
- python-version: 3.8 # EOL 2024-10
- os: ubuntu-latest
python-version: 3.8 # EOL 2024-10
allow-failure: false
test-case: test-local
steps:
Expand Down

0 comments on commit d39a1cc

Please sign in to comment.