Skip to content

Commit

Permalink
[TASK] python 3.9..3.12 numpy 1..2
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Jul 11, 2024
1 parent 4b43f02 commit 53f6b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9" ] #, "3.10", "3.11", "3.12"
numpy-version: [ "numpy<2.0" ] #, "numpy>=2.0"
python-version: [ "3.9" , "3.10", "3.11", "3.12" ]
numpy-version: [ "numpy<2.0" , "numpy>=2.0" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
path: bact-device-models

- name: Install bact dependencies bact-device-models
run: |
run: |
t_dir=bact-device-models
if [ -f $t_dir/requirements.txt ]; then pip install -r $t_dir/requirements.txt; fi
# make it a path, otherwise it searches pypi repo
Expand Down

0 comments on commit 53f6b66

Please sign in to comment.