Skip to content

Commit

Permalink
Update example-13.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Nov 17, 2023
1 parent 0b4afa2 commit f4868c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
activate-environment: foo
- name: Conda info
shell: bash -el {0}
run: conda info
Expand Down

0 comments on commit f4868c2

Please sign in to comment.