Skip to content

Commit

Permalink
bump python, tf, torch versions in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
irenaby committed Jan 26, 2025
1 parent aa9ddb5 commit 3b9ff82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_suite_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Set up Coverage
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
source tf_env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install tensorflow==2.13.* coverage pytest
pip install tensorflow==2.15.* coverage pytest
- name: Run TensorFlow testsuite
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
source torch_env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install torch==2.0.* torchvision onnx onnxruntime onnxruntime-extensions coverage pytest
pip install torch==2.5.* torchvision onnx onnxruntime onnxruntime-extensions coverage pytest
- name: Run torch testsuite
run: |
Expand Down

0 comments on commit 3b9ff82

Please sign in to comment.