Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Dec 9, 2024
1 parent c8dc1ec commit b303900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python
uses: actions/setup-python@v5

- name: Install dependencies
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Run tests
run: |
python -m pytest tests.py -v
python -m pytest tests.py -v

0 comments on commit b303900

Please sign in to comment.