mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Removed setting alternative
This commit is contained in:
parent
eee481176d
commit
a5b20f7a34
8
.github/workflows/test-cygwin.yml
vendored
8
.github/workflows/test-cygwin.yml
vendored
|
@ -53,14 +53,6 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-
|
||||
|
||||
- name: Ensure correct Python minor version is used in scripts
|
||||
shell: bash.exe -eo pipefail -o igncr "{0}"
|
||||
run: |
|
||||
/usr/sbin/alternatives --set python3 /usr/bin/python3.${{ matrix.python-minor-version }}
|
||||
/usr/sbin/alternatives --display python3
|
||||
/usr/sbin/alternatives --set python /usr/bin/python3.${{ matrix.python-minor-version }}
|
||||
/usr/sbin/alternatives --display python
|
||||
|
||||
- name: Build system information
|
||||
run: |
|
||||
dash.exe -c "python3 .github/workflows/system-info.py"
|
||||
|
|
Loading…
Reference in New Issue
Block a user