Skip to content

Commit

Permalink
fix python version and pytest install
Browse files Browse the repository at this point in the history
  • Loading branch information
jahatef committed Jun 6, 2024
1 parent b5c0afe commit 6b8c4a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10.14"
cache: "pip"
cache-dependency-path: "**/requirements*.txt"
# Need the right version of clang-format
Expand Down Expand Up @@ -45,5 +45,7 @@ jobs:
- uses: actions/checkout@v2
- name: prepare data
run: python prepare_data.py
- name: install pytest
run: pip install pytest
- name: Run Tests
run: pytest --forked tests

0 comments on commit 6b8c4a7

Please sign in to comment.