Skip to content

Commit

Permalink
Patch pypi release python version
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Sep 9, 2024
1 parent 5fff42c commit 45b4c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: 3.10
python-version: "3.10"
- uses: actions/download-artifact@v4
with:
name: releases
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: parcels
python-version: 3.10
python-version: "3.10"
channels: conda-forge
- run: conda install -c conda-forge c-compiler pip
- run: pip install parcels --no-cache
Expand Down

0 comments on commit 45b4c23

Please sign in to comment.