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 ca3f001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ commands:
# Download and cache dependencies
- restore_cache:
keys:
- v11win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}
- v12win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}

- run:
name: install python
Expand Down 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 ca3f001

Please sign in to comment.