mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-22 22:21:26 +09:00
CI: - Ubuntu 18.04 workaround
This commit is contained in:
parent
4b33cb68b6
commit
dabaa901e9
3
.github/workflows/pyenv_tests.yml
vendored
3
.github/workflows/pyenv_tests.yml
vendored
@ -21,9 +21,6 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
if test "$RUNNER_OS" == "macOS"; then
|
if test "$RUNNER_OS" == "macOS"; then
|
||||||
brew install coreutils fish
|
brew install coreutils fish
|
||||||
elif [[ $(lsb_release -sr | awk -F. '{print $1}') -ge 20 ]]; then
|
|
||||||
# Ubuntu 18 has fish 2 which lacks many features that facilitate testing
|
|
||||||
sudo apt install fish -yq
|
|
||||||
fi
|
fi
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- env:
|
- env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user