We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72d862 commit 23347f3Copy full SHA for 23347f3
1 file changed
.github/workflows/test_win.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
# https://github.com/actions/setup-python/issues/853
11
python-version: ["3.10", "3.11", "3.12"]
12
- os: [windows-latest] # latest and LTS
+ os: [windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- uses: actions/checkout@v4
@@ -38,9 +38,8 @@ jobs:
38
# source ./src/pylele.sh
39
- name: test pylele2.sh
40
run: |
41
- # source ./src/pylele2.sh -odoff
42
python3 ./src/pylele/pylele2/all_assembly.py -odoff
43
- #- name: upload demo stl
+ - name: upload demo stl
44
uses: actions/upload-artifact@v4
45
with:
46
# path depends on the tag and the module name
0 commit comments