Skip to content

Commit

Permalink
run test on ubuntu with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski authored Jul 9, 2024
1 parent a2f7658 commit 08a7e63
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
os: [ ubuntu-latest ]
python-version: [ '3.10']
#os: [ ubuntu-latest, macos-latest, windows-latest ]
#python-version: [ '3.8', '3.9', '3.10', '3.11' ]

steps:
- name: Install OS Dependencies
Expand Down Expand Up @@ -44,4 +46,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests --cov=supervised/
continue-on-error: true
continue-on-error: true

0 comments on commit 08a7e63

Please sign in to comment.