Skip to content

Commit

Permalink
Merge pull request #1562 from AntonioCarta/update_3_11
Browse files Browse the repository at this point in the history
Update 3 11
  • Loading branch information
AntonioCarta authored Jan 24, 2024
2 parents 1587022 + 89f09ae commit 30bb612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install conda environment
run: |
mamba create -n avalanche-env -y -v python=${{ matrix.python-version }} -c conda-forge &&
conda run -n avalanche-env --no-capture-output mamba install -y -v pytorch==1.12.1 torchvision cpuonly -c pytorch &&
conda run -n avalanche-env --no-capture-output mamba install -y -v pytorch torchvision cpuonly -c pytorch &&
conda run -n avalanche-env --no-capture-output mamba env update --file environment.yml -v
- name: python unit test
id: unittest
Expand Down

0 comments on commit 30bb612

Please sign in to comment.