Skip to content

Commit

Permalink
Fix merge, as we missed the latest updates on gh version changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Dec 12, 2023
1 parent 26e96c5 commit eeec2cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create python 3.9 conda env
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
activate-environment: donkey
auto-activate-base: false
- name: Conda install and list
- name: Conda info and list
run: |
conda info
conda list
Expand Down

0 comments on commit eeec2cc

Please sign in to comment.