Skip to content

Commit

Permalink
use-only-tar-bz2: true makes environment unsolvable, change it back
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed May 22, 2024
1 parent e9fdac3 commit 5621fb1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ jobs:
environment-file: environment_build.yml
activate-environment: sleap_ci
conda-solver: "libmamba"
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
# `use-only-tar-bz2: true` is breaking the build across all platforms. The environment is not able to resolve. Turned off for now.
# Error message:
# """...
# File "/home/runner/miniconda3/envs/sleap_ci/lib/python3.7/site-packages/conda_build/environ.py", line 801, in get_install_actions
# raise DependencyNeedsBuildingError(exc, subdir=subdir)
# conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {'conda-forge::ndx-pose'}
# """"
# use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

- name: Print environment info
shell: bash -l {0}
Expand Down

0 comments on commit 5621fb1

Please sign in to comment.