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 76ff881 commit 614b58a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ jobs:
shell: bash
run: |
# 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"
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 614b58a

Please sign in to comment.