Skip to content

Commit

Permalink
Add requirements.txt installation to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Ariel Hamra committed Apr 3, 2024
1 parent 6602220 commit 11a1988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/provision-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
pip install -r deployability/deps/remote_requirements.txt --no-build-isolation
pip install -r deployability/deps/requirements.txt --no-build-isolation
- name: Run Provision module tests
run: python -m pytest deployability/modules/provision

0 comments on commit 11a1988

Please sign in to comment.