Skip to content

Commit 1ab77fa

Browse files
committed
Use the right branch for doctest testing
1 parent 3c6d287 commit 1ab77fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mathics.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
make
3131
- name: Test Mathics3
3232
run: |
33+
git clone --depth 1 --branch revise-escape-sequence-scanning https://github.com/Mathics3/mathics-scanner.git
34+
(cd mathics-scanner && pip install -e .)
3335
# Until next Mathics3/mathics-core release is out...
3436
git clone https://github.com/Mathics3/mathics-core.git
3537
cd mathics-core/

0 commit comments

Comments
 (0)