We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b541c2 commit 3c60eccCopy full SHA for 3c60ecc
.github/workflows/python-app.yml
@@ -44,6 +44,8 @@ jobs:
44
# Print pip version
45
pip --version
46
# Print SageMath version
47
+ which sage
48
+ conda list | grep sage
49
sage --version
50
- name: Test application
51
run: |
0 commit comments