STY: Fix English in .github/workflows/test-cygwin.yml

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
DWesl 2022-05-06 22:43:03 -04:00 committed by GitHub
parent 3005ea1ef3
commit b670df828d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-
- name: Ensure correct python minor version used in scripts
- 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 }}