Skip to content

Commit

Permalink
forgot to add do_not_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 21, 2024
1 parent b6fc7fa commit c65b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
shell: bash
run: | # Try renaming hardcoded directory
if [ -d C:\\Users\\runneradmin\\conda_pkgs_dir ]; then
mv C:\\Users\\runneradmin\\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
fi
pytest:
Expand Down

0 comments on commit c65b404

Please sign in to comment.