Skip to content

Commit 4937747

Browse files
committed
rename workflows
1 parent ebfe907 commit 4937747

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mathics3 (macOS)
1+
name: Stopit (macOS)
22

33
on:
44
push:

.github/workflows/pyodide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copied from SymPy https://github.com/sympy/sympy/pull/27183
22

3-
name: Mathics3 (Pyodide)
3+
name: Stopit (Pyodide)
44

55
on:
66
push:
@@ -56,4 +56,5 @@ jobs:
5656
python -m pip install --no-build-isolation -e .
5757
- name: Test stopit
5858
run: |
59+
python -c "import sys; print(sys.path); import your_package_name"
5960
python tests.py

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mathics3 (ubuntu)
1+
name: Stopit (ubuntu)
22

33
on:
44
push:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mathics3 (Windows)
1+
name: Stopit (Windows)
22

33
on:
44
push:

0 commit comments

Comments
 (0)