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 ca483e0 commit a1a93d2Copy full SHA for a1a93d2
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
brew install llvm
51
- name: Set up Python ${{ matrix.python-version }}
52
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.1.1
53
with:
54
python-version: ${{ matrix.python-version }}
55
- name: Install python dependencies
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
submodules: 'recursive'
14
- name: Set up Python 3.8
15
16
17
python-version: 3.8
18
0 commit comments