Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- run: npm install @octokit/rest
- name: Check out code from GitHub
uses: actions/checkout@v3.0.2
- name: Set up Python 3.8
- name: Set up Python 3.10
id: python
uses: actions/setup-python@v3.1.2
with:
python-version: 3.8
python-version: 3.10

# Restore cached Python environment
- name: Generate partial Python venv restore key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 45
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.7", "3.10"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 120
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.7", "3.10"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.0.2
Expand Down