We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6d287 commit 1ab77faCopy full SHA for 1ab77fa
.github/workflows/mathics.yml
@@ -30,6 +30,8 @@ jobs:
30
make
31
- name: Test Mathics3
32
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 .)
35
# Until next Mathics3/mathics-core release is out...
36
git clone https://github.com/Mathics3/mathics-core.git
37
cd mathics-core/
0 commit comments