Skip to content

Commit

Permalink
Trying to convince github actions to run with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Oct 2, 2024
1 parent 08bc9c9 commit 5666f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
python-version: [3.10]
python-version: [3.10.15]

runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
python-version: [3.10]
python-version: [3.10.15]

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 5666f45

Please sign in to comment.