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 f7dd753 commit 0ebaef6Copy full SHA for 0ebaef6
.github/workflows/build-package.yml
@@ -16,7 +16,7 @@ jobs:
16
out-file-path: 'deterministicGaussianSamplingLibs'
17
token: ${{ secrets.GITHUB_TOKEN }}
18
19
- - name: ppload downloaded libs as artifact
+ - name: upload downloaded libs as artifact
20
uses: actions/upload-artifact@v4
21
with:
22
name: deterministicGaussianSampling-libs
@@ -26,7 +26,7 @@ jobs:
26
needs: download_releases
27
strategy:
28
matrix:
29
- os: [ubuntu-latest, windows-latest] #, macos-latest]
+ os: [windows-latest, ubuntu-latest] #, macos-latest]
30
python-version: [3.9, 3.11]
31
runs-on: ${{ matrix.os }}
32
0 commit comments