Skip to content

Commit

Permalink
modif python version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhahnschutz committed Jan 26, 2024
1 parent 8ca72bd commit c65aaa3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.11.0]

steps:
- name: Checkout du code
Expand All @@ -24,7 +23,7 @@ jobs:
- name: Configurer Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11.0

- name: Installing flake8
run: python -m pip install flake8
Expand All @@ -40,7 +39,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.11.0]

steps:
- name: Checkout du code
Expand All @@ -49,7 +47,7 @@ jobs:
- name: Configurer Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11.0

- name: Install dependencies
run: |
Expand All @@ -67,7 +65,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.11.0]

steps:
- name: Checkout code
Expand All @@ -76,7 +73,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11.0

- name: Install dependencies
run: |
Expand Down

0 comments on commit c65aaa3

Please sign in to comment.