Skip to content

Commit

Permalink
try eith miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelHenningsson committed May 15, 2024
1 parent 54d259e commit 7fbb212
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/python-package-run-tests-macos-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
max-parallel: 5

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10.11
uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10.11
- uses: s-weigand/setup-conda@v1
miniconda-version: "latest"
activate-environment: foo
- name: conda
run: conda info
run: conda list
run: conda --version
run: which python
- name: Install dependencies
run: |
python --version
Expand Down

0 comments on commit 7fbb212

Please sign in to comment.