Skip to content

Commit

Permalink
ci: Windows isn't finding pytest, try refreshing its cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtseng committed Jan 6, 2025
1 parent 3c1aa6a commit be007c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ commands:
- save_cache:
paths:
- .\venv
key: v11win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}
key: v12win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}

- run:
name: install imitation
Expand Down

0 comments on commit be007c6

Please sign in to comment.