Skip to content

Commit df3519a

Browse files
author
Matthias Koeppe
committed
fixup
1 parent 883f291 commit df3519a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
container: sagemath/sagemath-develop
99
steps:
10+
- uses: actions/checkout@v1
1011
- name: Test package
11-
- run: |
12+
run: |
1213
sage --version
1314
python3 setup.py test
14-
15-

0 commit comments

Comments
 (0)