Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Use correct conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 22, 2020
1 parent 9802c56 commit 3aba048
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 @@ -58,7 +58,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: sage-build
environment-file: environment.yml
environment-file: src/environment.yml
python-version: 3.8
auto-activate-base: false
- name: Build
Expand Down

0 comments on commit 3aba048

Please sign in to comment.