Skip to content

Commit 23347f3

Browse files
committed
fix test_win
1 parent f72d862 commit 23347f3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test_win.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# https://github.com/actions/setup-python/issues/853
1111
python-version: ["3.10", "3.11", "3.12"]
12-
os: [windows-latest] # latest and LTS
12+
os: [windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v4
@@ -38,9 +38,8 @@ jobs:
3838
# source ./src/pylele.sh
3939
- name: test pylele2.sh
4040
run: |
41-
# source ./src/pylele2.sh -odoff
4241
python3 ./src/pylele/pylele2/all_assembly.py -odoff
43-
#- name: upload demo stl
42+
- name: upload demo stl
4443
uses: actions/upload-artifact@v4
4544
with:
4645
# path depends on the tag and the module name

0 commit comments

Comments
 (0)