Skip to content

Commit

Permalink
Try install dev-requirements for PR install check
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Apr 12, 2024
1 parent 7d51395 commit b91c2d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ jobs:
python -m pip install --upgrade wheel
python -m pip --version
- name: install dev-requirements for PRs
if: ${{ contains(github.event_name, 'pull_request') }}
run: python -m pip install -r dev-requirements.txt

- uses: actions/download-artifact@v3
with:
name: dist
Expand Down

0 comments on commit b91c2d5

Please sign in to comment.