diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-03-23 17:29:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 17:29:45 +0100 |
| commit | 61dedc27214e69f73598e7f45e032421940565f0 (patch) | |
| tree | b78313f3782f541ab28ed292e3fb95aaae18e92b | |
| parent | 6a74bc33fe3824def1c4513df73b692812c668cc (diff) | |
downgrade python version for windows 7 (#1097)
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0da74dee..f985eddc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.x' - uses: actions/setup-node@v1 with: node-version: '15.x' @@ -94,7 +94,7 @@ jobs: node-version: '15.x' - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.8.x' architecture: 'x86' - uses: microsoft/setup-msbuild@v1.0.2 - name: install dependencies @@ -126,7 +126,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.x' - uses: actions/setup-node@v1 with: node-version: '15.x' |
