Skip to content

Commit 4e9e605

Browse files
author
Sergey Vilgelm
committed
Resolve comments
1 parent b4833ff commit 4e9e605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
matrix:
1010
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v2
1412
- name: Set up Python ${{ matrix.python-version }}
1513
uses: actions/setup-python@v1
1614
with:
1715
python-version: ${{ matrix.python-version }}
16+
- name: Checkout code
17+
uses: actions/checkout@v2
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
@@ -50,13 +50,13 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
pip install -e "base[dev]"
53-
pip install -e "base[ci]"
5453
- name: Install ci dependencies for ${{ github.base_ref }}
5554
run: pip install -e "base[ci]"
5655
- name: Benchmarks for ${{ github.base_ref }}
5756
run: |
5857
cd base
5958
inv benchmark --max-time 4 --save
59+
mv .benchmarks ../ref/
6060
- name: Install ci dependencies for ${{ github.ref }}
6161
run: pip install -e "ref[ci]"
6262
- name: Benchmarks for ${{ github.ref }}

0 commit comments

Comments
 (0)