1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-29 06:30:52 +00:00

Use the default version of python in CI (#1449)

This removes the hard requirement for a particular version of python in
the CI, and just uses the default version. Since #1297 was merged we
have not depended on the version of python that is installed. This
should stop us from having to update the version of python when the
github action updates the available versions.
This commit is contained in:
Thomas O'Donnell 2020-07-07 14:31:02 +02:00 committed by GitHub
parent 13597faef3
commit 3cc7a6d6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,11 +124,6 @@ jobs:
toolchain: stable
override: true
# Install Python at a fixed version
- uses: actions/setup-python@v1
with:
python-version: "3.7.7"
# Install dotnet at a fixed version
- uses: actions/setup-dotnet@v1
with: