diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df1910b2e44..8f799554ffa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: if [[ ${{ matrix.test-kind }} = test_prod ]]; then pip install -e .[test_prod]; fi if [[ ${{ matrix.test-kind }} != test_prod ]]; then pip install -e .[testing,test_trackers]; fi if [[ ${{ matrix.test-kind }} = test_rest ]]; then pip uninstall comet_ml -y; fi - if [[ ${{ matrix.test-kind }} = minimum ]]; then pip install torch==1.10.0; fi + if [[ ${{ matrix.pytorch-version }} = minimum ]]; then pip install torch==2.3.1; fi pip install pytest-reportlog tabulate setuptools - name: Show installed libraries