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

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

0 comments on commit 9506222

Please sign in to comment.