Skip to content

Commit

Permalink
Update github action recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Feb 11, 2024
1 parent 8d17ff5 commit 418cf96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python:
- 3.9
- 3.10
needs: clean
steps:
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
1 change: 0 additions & 1 deletion conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
python:
- 3.9
- 3.10

0 comments on commit 418cf96

Please sign in to comment.