Skip to content

Commit 148c116

Browse files
committed
Use git for pyficache in CI
1 parent 869cf48 commit 148c116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# - run: pip install --local -e git+https://github.com/rocky/pytracer.git#egg=tracer
2121
# Until the next pyficache release
2222
# - run: pip install pyficache
23-
# - run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
23+
- run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
2424
- run: pip install uncompyle6
2525
# - run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2626
- run: pip install --local -e .

0 commit comments

Comments
 (0)