Quellcode durchsuchen

Update macOS test dependencies

pull/2182/head
James Morris vor 4 Jahren
Ursprung
Commit
a7e09ce2ea
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      .github/workflows/macos_tests.yml

+ 1
- 1
.github/workflows/macos_tests.yml Datei anzeigen

@ -22,7 +22,7 @@ jobs:
# python-version: ${{ matrix.python-version }}
# ... but in the repo, we want to test pyenv builds on macOS
- run: |
brew install autoconf openssl@1.1 pkg-config readline
brew install openssl readline sqlite3 xz zlib
# https://github.com/pyenv/pyenv#installation
- run: pwd
- env:

Laden…
Abbrechen
Speichern