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 08f3bd5 commit d1b9cba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
fail-fast: false
matrix:
version:
# - '3.9'
# - '3.10'
# - '3.11'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
- name: Build target
run: |
# which python${{ matrix.version }}
which python${{ matrix.version }}
apropos python
ls -l /usr/local/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')"
Expand Down

0 comments on commit d1b9cba

Please sign in to comment.