Skip to content

Commit 018de2b

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-conda.yml: Fix environment name
1 parent b3ba591 commit 018de2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
mamba-version: "*"
6969
channels: conda-forge,defaults
7070
channel-priority: true
71-
activate-environment: sage-build
71+
activate-environment: sage
7272
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml
7373

7474
- name: Print Conda environment

0 commit comments

Comments
 (0)