Skip to content

Commit

Permalink
chore: ensure Github actions run tests in Python 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
unmonoqueteclea committed Feb 5, 2024
1 parent 1acd1e5 commit 0881c0f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.9]
python: [3.9,3.10,3.11]
env:
TF_CPP_MIN_LOG_LEVEL: 2

steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Install test dependencies
run: |
pip install pytest
pip install "scikit-learn>=1.0,<1.1"
uses: actions/checkout@v4

- name: Install sensenet
run: |
Expand Down

0 comments on commit 0881c0f

Please sign in to comment.