Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 21, 2021
1 parent b3aa582 commit fb84f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
conda install --yes numpy mkl-service
conda install --yes pytorch${PYTORCH_VERSION} cpuonly -c ${PYTORCH_CHANNEL}
conda install --yes --file requirements-dev.txt
conda develop --yes .
conda develop .
- name: Run info
run: |
conda --version && python --version && pip --version && python -c 'import torch; print("torch", torch.__version__)'
Expand Down

0 comments on commit fb84f9a

Please sign in to comment.