Skip to content

Commit

Permalink
🚧 try using git+https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent 8e117aa commit b146890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview_on_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
working-directory: ${{ inputs.directory }}
run: |
npm ci
npm install nextstrain/auspice#${{ github.sha }}
npm install git+https://github.com/nextstrain/auspice.git#${{ github.sha }}
git add package.json package-lock.json
git config user.name "nextstrain-bot"
Expand Down

0 comments on commit b146890

Please sign in to comment.