We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8781835 commit 9a75363Copy full SHA for 9a75363
.github/workflows/markdown-code-runner.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.x'
+ python-version: '3.4.10'
23
24
- name: Install markdown-code-runner
25
run: |
.github/workflows/pythonpublish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Install dependencies
python -m pip install --upgrade pip
0 commit comments