Skip to content

Commit 3a3dce0

Browse files
committed
Update caching
1 parent e8815be commit 3a3dce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: coverage run --append --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test torch
6767
- name: "Run custom env tests"
6868
run: coverage run --append --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test env
69-
- name: Coveralls
69+
- name: "Coveralls"
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
COVERALLS_FLAG_NAME: test-${{ matrix.test-name }}

0 commit comments

Comments
 (0)