Skip to content

Commit

Permalink
Set Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Mar 14, 2024
1 parent 066de6c commit abd52a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
make test
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
architecture: x64

- name: Fetch Python dependencies
run: |
pip install -r tests/requirements.txt
Expand Down

0 comments on commit abd52a8

Please sign in to comment.