aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/benchmark-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/benchmark-ci.yml')
-rw-r--r--.github/workflows/benchmark-ci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/benchmark-ci.yml b/.github/workflows/benchmark-ci.yml
index fd8020d24..5f95dd025 100644
--- a/.github/workflows/benchmark-ci.yml
+++ b/.github/workflows/benchmark-ci.yml
@@ -14,19 +14,18 @@ on:
- '!benchmark/reports/**'
- .github/workflows/benchmark-ci.yml
+env:
+ min-python-version: '3.10'
+
jobs:
lint:
runs-on: ubuntu-latest
- env:
- min-python-version: '3.10'
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- ref: ${{ github.event.pull_request.head.ref }}
- repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v2
@@ -82,8 +81,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- ref: ${{ github.event.pull_request.head.ref }}
- repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
- name: Set up Python ${{ env.min-python-version }}