Skip to content

Commit

Permalink
fix more of wrong python version
Browse files Browse the repository at this point in the history
Signed-off-by: jakub-nt <[email protected]>
  • Loading branch information
jakub-nt committed Feb 21, 2025
1 parent 3b6fb86 commit a2d2c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-validate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
branches: [ master ]

jobs:
test:
test-legacy:
runs-on: ubuntu-24.04
env:
# Temporary workaround for Python 3.5 failures - May 2024, see CFE-4395
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
strategy:
fail-fast: false
matrix:
python-version: ["3.5"]
python-version: ["3.5.10"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a2d2c9b

Please sign in to comment.