Skip to content

Commit

Permalink
Update lockfiles. Tests pass locally
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Sep 3, 2024
1 parent b7dc4bd commit 14d69d4
Show file tree
Hide file tree
Showing 2 changed files with 3,412 additions and 5,408 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ jobs:
- name: Install conda-lock from branch
run: pip install --editable .

# We don't generate for windows because xattr does not exist for
# windows and conda-lock does not yet support platform specifiers
# Remove platform arguments when one of these two things changes
- name: Run conda-lock to recreate lockfile from scratch
run: |
rm environments/conda-lock.yml
conda-lock \
--platform linux-64 \
--platform osx-64 \
--platform osx-arm64 \
--platform linux-aarch64 \
--file=environments/dev-environment.yaml \
--file=pyproject.toml \
--lockfile=environments/conda-lock.yml
Expand Down
Loading

0 comments on commit 14d69d4

Please sign in to comment.