Skip to content

Commit cc59944

Browse files
committed
fixing test.yml workflow
1 parent c0eaea1 commit cc59944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333

3434
- run: pip install -r requirements.txt
3535
- run: |
36-
export ARKDOC_LOGLEVEL=DEBUG
37-
python -m arkdoc 3.1.0 std-latest/ --builtins ark-latest/src/Builtins --html out || exit 1
36+
export ARKDOC_LOGLEVEL=DEBUG
37+
python -m arkdoc 3.1.0 std-latest/ --builtins ark-latest/src/Builtins --html out || exit 1

0 commit comments

Comments
 (0)