We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c042088 commit c173bccCopy full SHA for c173bcc
.github/workflows/multibuild.yml
@@ -51,10 +51,10 @@ jobs:
51
with:
52
submodules: recursive
53
fetch-depth: 0
54
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
55
uses: actions/setup-python@v2
56
57
- python-version: 3.8
+ python-version: 3.9
58
- name: Set extra env
59
run: |
60
if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV; fi
0 commit comments