Skip to content

Commit

Permalink
specify repo and sha with install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Aug 11, 2020
1 parent fa318c5 commit ce23bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Download pipelines and install
- name: install
shell: bash -l {0}
run: scripts/install.sh
run: scripts/install.sh ${{github.repository}} ${{ github.sha }}
#------------------------------------------------------------------------#
# Test conda environments
- name: test environments
Expand Down

0 comments on commit ce23bf6

Please sign in to comment.