Skip to content

Commit cb532f6

Browse files
committed
Reinstate full & see if this installs pip packages
1 parent 0c53033 commit cb532f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# We can comment out after next Mathics-Scanner release
3232
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3333
python -m pip install Mathics-Scanner
34-
make develop
34+
make develop-full
3535
- name: Test Mathics3
3636
run: |
3737
make -j3 check

0 commit comments

Comments
 (0)