Skip to content

Commit e89e800

Browse files
author
Matthias Koeppe
committed
fixup
1 parent 5355f3b commit e89e800

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
- uses: goanpeca/setup-miniconda@v1
1111
with:
1212
auto-update-conda: true
13-
activate-environment: sage
13+
activate-environment: sagecoin
1414
environment-file: environment.yml
1515
python-version: 3.7
1616
auto-activate-base: false
1717
- name: Test package
1818
shell: bash -l {0}
1919
run: |
20+
sage --version
2021
python3 setup.py test

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##
66
## See https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533
77
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
8-
name: sage
8+
name: sagecoin
99
channels:
1010
- conda-forge
1111
- defaults

0 commit comments

Comments
 (0)