Skip to content

Commit

Permalink
Match python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luccalb authored Oct 28, 2023
1 parent b74a6af commit 42a6f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
- name: Dump all dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 42a6f8d

Please sign in to comment.