Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni.buroni committed Nov 9, 2024
1 parent 9f37bed commit daeeefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8' # Specify the required Python version here
python-version: '3.10' # Specify the required Python version here

# Install dependencies
- name: Install dependencies
run: |
python3.8 -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install -r requirements.txt
# Run tests with pytest
Expand Down

0 comments on commit daeeefb

Please sign in to comment.