Skip to content

Commit

Permalink
remove step to rename CONDA_PKGS_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 21, 2024
1 parent 6045524 commit 2906ead
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
## post-run conda often fails for weird reasons. this is a potential solution
## see https://github.com/conda-incubator/setup-miniconda/issues/277#issuecomment-1431458277
- name: Rename conda package cache
if: runner.os == 'Windows'
shell: bash
run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
# - name: Rename conda package cache
# if: runner.os == 'Windows'
# shell: bash
# run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"

pytest:
name: pytest (${{ matrix.os }})
Expand All @@ -162,12 +162,10 @@ jobs:
activate-environment: watertap-ui-env
miniforge-version: latest

# Set project as environment variable. This can also be set by the frontend.
- name: Set env
run: echo "project=nawi" >> $GITHUB_ENV

- name: Test
run: echo $project

- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
Expand Down

0 comments on commit 2906ead

Please sign in to comment.