Skip to content

Commit 3513b03

Browse files
committed
CI needs github pyficache
1 parent 0e34283 commit 3513b03

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Until the next pytracer release
3131
# pip install git+https://github.com/rocky/pytracer#egg=tracer
3232
# Until the next pyficache release
33-
# pip install git+https://github.com/rocky/python-filecache#egg=pyficache
33+
pip install git+https://github.com/rocky/python-filecache#egg=pyficache
3434
pip install -e .[dev]
3535
- name: Test trepan3k
3636
run: |

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Until the next pytracer release
3030
# pip install git+https://github.com/rocky/pytracer#egg=tracer
3131
# Until the next pyficache release
32-
# pip install git+https://github.com/rocky/python-filecache#egg=pyficache
32+
pip install git+https://github.com/rocky/python-filecache#egg=pyficache
3333
pip install -e .[dev]
3434
- name: Test trepan3k
3535
run: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Until the next pytracer release
3131
# pip install git+https://github.com/rocky/pytracer#egg=tracer
3232
# Until the next pyficache release
33-
# pip install git+https://github.com/rocky/python-filecache#egg=pyficache
33+
pip install git+https://github.com/rocky/python-filecache#egg=pyficache
3434
pip install -e .[dev]
3535
- name: Test trepan3k
3636
run: |

0 commit comments

Comments
 (0)