Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 21, 2024
1 parent 10ffc9e commit 76ff881
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,9 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
if [ -d "${CONDA_PKGS_DIR}" ]; then
mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
else
# Try using hardcoded directory
CONDA_PKGS_DIR="C:\Users\runneradmin\conda_pkgs_dir\"
mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"
fi
# Try renaming hardcoded directory
CONDA_PKGS_DIR="C:\Users\runneradmin\conda_pkgs_dir\"
mv "C:\Users\runneradmin\conda_pkgs_dir" "C:\Users\runneradmin\conda_pkgs_dir_do_not_cache"
pytest:
name: pytest (${{ matrix.os }})
Expand Down

0 comments on commit 76ff881

Please sign in to comment.