Skip to content

Commit

Permalink
add install requirements step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Apr 2, 2024
1 parent e49ca3b commit 2374d8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
run: |
# Fix for git not liking owner of the checkout dir
chown -R $(id -u):$(id -g) $PWD
- name: Install requirements
run: |
pip install -r requirements.txt
shell: bash
- name: Build and Test
env:
CMAIZE_GITHUB_TOKEN: ${{secrets.CMAIZE_GITHUB_TOKEN}}
Expand Down

0 comments on commit 2374d8c

Please sign in to comment.