mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01: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:
parent
13597faef3
commit
3cc7a6d6ac
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user