Skip to content

Commit

Permalink
Fix conda_sha256 and py_label
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Jul 29, 2024
1 parent 3b5832c commit 5f2733b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
conda_suffix: '-0'
py_ver: '3.12'
platform: linux/amd64
py_label: py312_
py_label: py310_
conda_sha256: 634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817
- distro: alpine
conda_ver: '23.5.2'
conda_suffix: '-0'
py_ver: '3.11'
platform: linux/amd64
py_label: py311_
py_label: py310_
conda_sha256: 634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817
- distro: alpine
conda_ver: '23.5.2'
Expand Down Expand Up @@ -51,14 +51,14 @@ jobs:
conda_suffix: '-0'
py_ver: '3.12'
platform: linux/amd64
py_label: py312_
py_label: py310_
conda_sha256: 634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817
- distro: debian
conda_ver: '23.5.2'
conda_suffix: '-0'
py_ver: '3.11'
platform: linux/amd64
py_label: py311_
py_label: py310_
conda_sha256: 634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817
- distro: debian
conda_ver: '23.5.2'
Expand Down

0 comments on commit 5f2733b

Please sign in to comment.