Skip to content

Commit

Permalink
add init and updae workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berrli committed Aug 3, 2024
1 parent 5f4e19e commit f8134c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x' # Specify the Python version you need
python-version: '3.12' # Use the correct Python version

- name: Install dependencies
run: |
Expand All @@ -28,4 +28,4 @@ jobs:
pip install pytest
- name: Run tests
run: pytest ./tests
run: pytest ./tests # Ensure the correct path is specified

0 comments on commit f8134c6

Please sign in to comment.