Skip to content

Commit

Permalink
try with miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelHenningsson committed May 15, 2024
1 parent 7fbb212 commit 5e71d34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-package-run-tests-macos-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
miniconda-version: "latest"
activate-environment: foo
- name: conda
run: conda info
run: conda list
run: conda --version
run: which python
run: |
conda info
conda list
- name: Install dependencies
run: |
python --version
Expand Down

0 comments on commit 5e71d34

Please sign in to comment.