Skip to content

Commit

Permalink
Install conda-lock from main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 3, 2024
1 parent bd9cff3 commit 2b3c735
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
python -m pip install --upgrade pip-tools
- name: Build lock file
Expand All @@ -65,7 +65,10 @@ jobs:
environment-name: conda-lock
create-args: >-
python=${{ matrix.python-version }}
conda-lock
- name: Install conda-lock from main
run: |
pipx install --force 'git+https://github.com/conda/conda-lock@main'
- name: Build conda-lock lock file
run: |
Expand Down Expand Up @@ -107,7 +110,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
python -m pip install --upgrade pip-tools
- name: Build lock file
Expand All @@ -124,7 +127,10 @@ jobs:
environment-name: conda-lock
create-args: >-
python=${{ matrix.python-version }}
conda-lock
- name: Install conda-lock from main
run: |
pipx install --force 'git+https://github.com/conda/conda-lock@main'
- name: Build conda-lock lock file
run: |
Expand Down Expand Up @@ -166,7 +172,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
python -m pip install --upgrade pip-tools
- name: Build lock file
Expand All @@ -183,7 +189,10 @@ jobs:
environment-name: conda-lock
create-args: >-
python=${{ matrix.python-version }}
conda-lock
- name: Install conda-lock from main
run: |
pipx install --force 'git+https://github.com/conda/conda-lock@main'
- name: Build conda-lock lock file
run: |
Expand Down

0 comments on commit 2b3c735

Please sign in to comment.