Skip to content

Commit

Permalink
Download previous artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapplin committed Apr 10, 2023
1 parent 7c64f05 commit d842afd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
python-version: 3.8
auto-activate-base: false

- name: Download previous artifact
uses: actions/download-artifact@v3
with:
name: conda-listed-packages

- name: Create list of dependencies
run: |
ls $GITHUB_WORKSPACE
source $PWD/create-dependency-list.sh
- name: Archive dependency list
Expand Down

0 comments on commit d842afd

Please sign in to comment.