Skip to content

Commit

Permalink
.github/workflows/ci-conda.yml: Fix environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 5, 2023
1 parent dc74b14 commit 9ae39bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: sage-build
activate-environment: sage
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml

- name: Print Conda environment
Expand Down

0 comments on commit 9ae39bf

Please sign in to comment.