Skip to content

Commit 40827e0

Browse files
author
Joseph Suarez
committed
Merge workflow
2 parents 770e994 + e18bc65 commit 40827e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/install.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v3
2727

28-
- name: Setup Conda or pip
28+
- name: Setup Conda
2929
if: matrix.env == 'conda'
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
python-version: ${{ matrix.py }}
33+
miniconda-version: "latest"
3334
activate-environment: test-env
34-
environment-file: environment.yml
3535
auto-update-conda: true
3636

3737
- name: Setup Python for pip
@@ -41,7 +41,6 @@ jobs:
4141
python-version: ${{ matrix.py }}
4242

4343
- name: Upgrade pip
44-
if: matrix.env == 'pip'
4544
run: python -m pip install -U pip
4645

4746
- name: Install pufferlib

0 commit comments

Comments
 (0)