Skip to content

Commit

Permalink
FIX: Fix python version used in CI system
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Oct 30, 2023
1 parent 548b347 commit d091c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
environment-file: continuous_integration/environment-ci.yml
activate-environment: pyart-dev
cache-downloads: true
python-version: ${{ matrix.python-version }}
create-args: python=${{ matrix.python-version }}

- name: Fetch all history for all tags and branches
run: |
Expand Down

0 comments on commit d091c5d

Please sign in to comment.