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 a06a0de commit 959372dCopy full SHA for 959372d
.github/workflows/examples_docker.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
if [ ${{ matrix.os }} == "macos-latest" ]; then
80
export platform="any"
81
- if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
+ elif [ ${{ matrix.os }} == "ubuntu-latest" ]; then
82
export platform="manylinux_2_17"
83
else
84
export platform="win"
0 commit comments