Skip to content

Commit c3dd52d

Browse files
committed
move @wq/store into separate repo
1 parent 79d6ccc commit c3dd52d

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

.github/workflows/test.yml

-47
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,9 @@ jobs:
1414
python-version: ["3.10"]
1515
node-version: [18]
1616
package:
17-
- app
1817
- model
1918
- outbox
20-
- router
2119
- store
22-
- react
23-
- material
24-
- material-web
25-
- material-native
26-
- map
27-
- map-gl
28-
- map-gl-web
29-
- map-gl-native
3020
steps:
3121
- uses: actions/checkout@v2
3222
with:
@@ -46,12 +36,6 @@ jobs:
4636
run: cd packages/$PACKAGE && npm ci
4737
- name: Lint with ESLint
4838
run: npm run lint
49-
- name: Check ESM Imports
50-
run: |
51-
echo 'export default "0.0.0";' > version.js
52-
sed -i "s/@mui\/material\/utils\/index.js/@mui\/material\/node\/utils\/index.js/" modules.js
53-
node index.js
54-
git checkout modules.js
5539
- name: Start test server
5640
run: python -m tests.server &
5741
- name: Test with Jest
@@ -73,34 +57,3 @@ jobs:
7357
cp .npmrc packages/$PACKAGE/.npmrc # for native builds
7458
cd packages/$PACKAGE
7559
npm publish
76-
pip:
77-
name: Python Package
78-
runs-on: ubuntu-22.04
79-
strategy:
80-
matrix:
81-
python-version: ["3.11"]
82-
node-version: [18]
83-
steps:
84-
- uses: actions/checkout@v2
85-
with:
86-
fetch-depth: 0
87-
- name: Set up Python ${{ matrix.python-version }}
88-
uses: actions/setup-python@v2
89-
with:
90-
python-version: ${{ matrix.python-version }}
91-
- name: Set up Node ${{ matrix.python-node }}
92-
uses: actions/setup-node@v2
93-
with:
94-
node-version: ${{ matrix.node-version }}
95-
- name: Install dependencies
96-
run: |
97-
python -m pip install --upgrade pip
98-
python -m pip install build
99-
- name: Build Python Wheel
100-
run: |
101-
python -m build
102-
python -m pip install `ls dist/*.whl`
103-
- uses: actions/upload-artifact@v3
104-
with:
105-
name: wq.app
106-
path: dist/*.whl

0 commit comments

Comments
 (0)