Skip to content

Commit

Permalink
Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Dec 10, 2024
1 parent fa4837b commit 20b77b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"

- name: Install Python dependencies
run: pip install -r requirements.txt

- name: Run tests
env:
Expand Down

0 comments on commit 20b77b3

Please sign in to comment.