Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 9, 2024
1 parent 97f96bb commit 29459ee
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,17 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip build]')"
name: ${{ matrix.version }}
runs-on: macos-13
strategy:
fail-fast: false
matrix:
version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
# strategy:
# fail-fast: false
# matrix:
# version:
# - '3.9'
# - '3.10'
# - '3.11'
# - '3.12'

steps:
- name: Build target
run: |
#which python${{ matrix.version }}
#apropos python
ls -l /usr/bin
python${{ matrix.version }} -c "import ssl; print(ssl.OPENSSL_VERSION); import urllib.request; urllib.request.urlopen('https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz')"
/usr/bin/python${{ matrix.version }} -c "import sys; print(sys.version); import ssl; print(ssl.OPENSSL_VERSION); import urllib.request; urllib.request.urlopen('https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz')"
...

0 comments on commit 29459ee

Please sign in to comment.