Skip to content

Commit

Permalink
Merge pull request #1223 from qstokkink/fix_validate_requirements
Browse files Browse the repository at this point in the history
Fixed validate job not installing dependencies
  • Loading branch information
qstokkink authored Oct 12, 2023
2 parents 166e763 + e6f0f9c commit 1a07e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-comment-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.version }}
- run: python -m pip install -r requirements.txt
- run: python run_all_tests.py -a

0 comments on commit 1a07e96

Please sign in to comment.