Skip to content

Commit

Permalink
Install Python and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiche committed Aug 19, 2024
1 parent f5f313c commit acc5512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies of all modules
run: pip install -r requirements.txt
- name: Test with pytest
env:
PAF_TEST_HEADLESS: 1
Expand Down

0 comments on commit acc5512

Please sign in to comment.