Skip to content

Commit 83c96ef

Browse files
committed
ci: group python steps
1 parent d02ed23 commit 83c96ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
traefik-enabled: false
4646
docker-enabled: true
4747

48-
- uses: actions/setup-python@v2
49-
with:
50-
python-version: '3.8'
51-
5248
- name: Setup OS level dependencies
5349
run: |
5450
sudo apt-get update
@@ -67,6 +63,10 @@ jobs:
6763
npm install
6864
npm run webpack
6965
66+
- uses: actions/setup-python@v2
67+
with:
68+
python-version: '3.8'
69+
7070
- name: Setup Python package dependencies
7171
run: |
7272
# Install development requirements, package requirements, and frozen image

0 commit comments

Comments
 (0)