Skip to content

Commit

Permalink
Change conda yaml to test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapplin committed Apr 10, 2023
1 parent 214836b commit 15cac31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
activate-environment: test-env
environment-file: conda/testing.yml
environment-file: conda/developer.yml
python-version: 3.8
auto-activate-base: false

Expand Down
3 changes: 3 additions & 0 deletions create-dependency-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ conda list > $filepath_list
# Store a diff of the conda dependencies compared to the previous dependency list
filepath_diff=${GITHUB_WORKSPACE}"/artifacts/dependency-diff-"${date}".txt"
git diff dependency-list.txt $filepath_list > $filepath_diff

# Copy dependency list into the cache
cp -f $filepath_list ${GITHUB_WORKSPACE}"/cache/dependency-list.txt"

0 comments on commit 15cac31

Please sign in to comment.