Skip to content

Commit

Permalink
Move python version after conda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jan 26, 2024
1 parent e6a497d commit 7ef588b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
${{ runner.os }}-conda-env-
- name: Python version
run: python --version

- name: Install testing dependencies
# testing environment is only created from yml if no cache was found
# restore-key hits should result in `cache-hit` == 'false'
Expand All @@ -84,6 +81,9 @@ jobs:
git config --global user.email "neo_ci@fake_mail.com"
git config --global user.name "neo CI"
- name: Python version
run: python --version

- name: Install neo including dependencies
# installation with dependencies is only required if no cache was found
# restore-key hits should result in `cache-hit` == 'false'
Expand Down

0 comments on commit 7ef588b

Please sign in to comment.