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 5355f3b commit e89e800Copy full SHA for e89e800
.github/workflows/build.yml
@@ -10,11 +10,12 @@ jobs:
10
- uses: goanpeca/setup-miniconda@v1
11
with:
12
auto-update-conda: true
13
- activate-environment: sage
+ activate-environment: sagecoin
14
environment-file: environment.yml
15
python-version: 3.7
16
auto-activate-base: false
17
- name: Test package
18
shell: bash -l {0}
19
run: |
20
+ sage --version
21
python3 setup.py test
environment.yml
@@ -5,7 +5,7 @@
5
##
6
## See https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533
7
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
8
-name: sage
+name: sagecoin
9
channels:
- conda-forge
- defaults
0 commit comments