Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit cf26048

Browse files
authored
fix filename
1 parent 32d278f commit cf26048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PYTHON_VERSION: py37
7979
steps:
8080
- checkout
81-
- run: echo $PYTHON_VERSION > ver.txtf
81+
- run: echo $PYTHON_VERSION > ver.txt
8282
- restore_cache:
8383
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "dev-requirements.txt" }}
8484
- run:

0 commit comments

Comments
 (0)