We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfe907 commit 4937747Copy full SHA for 4937747
.github/workflows/macos.yml
@@ -1,4 +1,4 @@
1
-name: Mathics3 (macOS)
+name: Stopit (macOS)
2
3
on:
4
push:
.github/workflows/pyodide.yml
@@ -1,6 +1,6 @@
# Copied from SymPy https://github.com/sympy/sympy/pull/27183
-name: Mathics3 (Pyodide)
+name: Stopit (Pyodide)
5
6
@@ -56,4 +56,5 @@ jobs:
56
python -m pip install --no-build-isolation -e .
57
- name: Test stopit
58
run: |
59
+ python -c "import sys; print(sys.path); import your_package_name"
60
python tests.py
.github/workflows/ubuntu.yml
-name: Mathics3 (ubuntu)
+name: Stopit (ubuntu)
.github/workflows/windows.yml
-name: Mathics3 (Windows)
+name: Stopit (Windows)
0 commit comments