Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored Mar 11, 2024
1 parent 7b907bb commit f804176
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
- name: Install python version
uses: gabrielfalcao/pyenv-action@v7
with:
default: 3.9.0
command: pip install -U pip # upgrade pip after installing python
default: 3.10.6
command: pip install -U pip

- name: create environment
run: pyenv local 3.9.0 && python -mvenv .venv390
run: pyenv local 3.10.6 && python -mvenv .venv390

- name: Install dependencies
run: |
Expand All @@ -92,7 +92,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.9", "3.10" ]
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10"]
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10"]
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit f804176

Please sign in to comment.