summaryrefslogtreecommitdiff
path: root/.github/workflows/primer_run_main.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/primer_run_main.yaml')
-rw-r--r--.github/workflows/primer_run_main.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index ce386c38e..dfb857424 100644
--- a/.github/workflows/primer_run_main.yaml
+++ b/.github/workflows/primer_run_main.yaml
@@ -16,7 +16,7 @@ concurrency:
env:
# This needs to be the SAME as in the PR and comment job
- CACHE_VERSION: 2
+ CACHE_VERSION: 3
KEY_PREFIX: venv-primer
permissions:
@@ -26,16 +26,16 @@ jobs:
run-primer:
name: Run / ${{ matrix.python-version }}
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 120
strategy:
matrix:
- python-version: ["3.7", "3.11"]
+ python-version: ["3.8", "3.11"]
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
@@ -43,7 +43,7 @@ jobs:
# Create a re-usable virtual environment
- name: Create Python virtual environment cache
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key:
@@ -69,7 +69,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: tests/.pylint_primer_tests/
key: >-