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 7681552 commit 736d2a1Copy full SHA for 736d2a1
.github/workflows/assign-reviewers.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Python
25
uses: actions/setup-python@v3
26
with:
27
- python-version: '3.10'
+ python-version: '3.x'
28
cache: 'pip'
29
cache-dependency-path: '.github/assign-reviewers/requirements.txt'
30
.github/workflows/build.yml
@@ -10,6 +10,7 @@ on:
10
11
env:
12
NODE_VERSION: 14.18.2
13
+ PYTHON_VERSION: 3.10
14
# Force a path with spaces and to test extension works in these scenarios
15
# Unicode characters are causing 2.7 failures so skip that for now.
16
special-working-directory: './path with spaces'
0 commit comments