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 5fc7e6f commit 16a462d
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 @@ -38,7 +38,7 @@ jobs:
conda develop .
- name: Run info
run: |
conda --version && python --version && pip --version && python -c 'import torch; print("torch", torch.__version__)'
conda --version && python3 --version && python3 -c 'import torch; print("torch", torch.__version__)'
- name: Run Linters
run: make lint
- name: Run Tests
Expand Down

0 comments on commit 16a462d

Please sign in to comment.