Skip to content

Commit

Permalink
Merge pull request #1568 from AntonioCarta/update_3_11
Browse files Browse the repository at this point in the history
install all dependencies with pip
  • Loading branch information
AntonioCarta authored Jan 25, 2024
2 parents 40119a0 + defd3ae commit 23de5a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/environment-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +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 torchvision cpuonly -c pytorch &&
conda run -n avalanche-env --no-capture-output mamba env update --file environment.yml -v
conda run -n avalanche-env --no-capture-output pip install -r requirements.txt
- name: python unit test
id: unittest
env:
Expand Down

0 comments on commit 23de5a0

Please sign in to comment.