Skip to content

Commit

Permalink
github actions python version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Aug 29, 2024
1 parent cdaf1a3 commit 839d422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GIT_HASH: ${{ github.sha }}
GDX_VERSION: 0.11.8
GDX_VERSION: 0.14.4
strategy:
fail-fast: false
matrix:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
auto-update-conda: true
activate-environment: build
python-version: "3.10"
python-version: "3.12"
- name: create meta.yaml
run: python
- name: Setup conda forge
Expand Down

0 comments on commit 839d422

Please sign in to comment.