Skip to content

Commit

Permalink
Removed python3.8 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 3, 2024
1 parent a916ec7 commit 9c0007e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
include: # Run windows tests on only one python version
- os: windows-latest
python-version: '3.11'
Expand Down Expand Up @@ -69,8 +69,7 @@ jobs:

- name: Test with pytest
run: |
pytest -m tf1 alibi
pytest -m "not tf1" alibi
pytest alibi/explainers/tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9c0007e

Please sign in to comment.