Skip to content

Commit 011701a

Browse files
andrewprzhasl
authored andcommitted
add pytest
1 parent b4519e4 commit 011701a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/basic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ jobs:
143143
name: build-artifacts-linux
144144
path: ${{env.BUILD_DIR}}
145145

146+
- name: '⚙️ Install pytest'
147+
run: pip install pytest
148+
146149
- name: '🔎 Include tests'
147150
working-directory: ${{github.workspace}}
148151
run: >

0 commit comments

Comments
 (0)