Skip to content

Commit

Permalink
remove cache step from builad manual since environment resolves when …
Browse files Browse the repository at this point in the history
…this is commented out
  • Loading branch information
eberrigan committed May 29, 2024
1 parent 3a4762d commit 74c2dd4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v2
# - name: Cache conda
# uses: actions/cache@v1
# env:
# # Increase this value to reset cache if environment_build.yml has not changed
# CACHE_NUMBER: 0
# with:
# path: ~/conda_pkgs_dir
# key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment_build.yml', 'requirements.txt') }}

- name: Setup Miniconda
uses: conda-incubator/[email protected]
Expand All @@ -52,7 +44,6 @@ 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!

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

0 comments on commit 74c2dd4

Please sign in to comment.