We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa5948 commit e6eb31fCopy full SHA for e6eb31f
.github/workflows/pull_request.python.yml
@@ -14,9 +14,6 @@ jobs:
14
test-unit-python:
15
name: Unit tests 🐍
16
runs-on: ubuntu-latest
17
- defaults:
18
- run:
19
- working-directory: /jobs
20
21
steps:
22
- name: ⬇️ Set up code
@@ -30,6 +27,7 @@ jobs:
30
27
python-version: '3.11'
31
28
cache: pip
32
29
cache-dependency-path: setup.py
+ working-directory: /jobs
33
34
- name: 📥 Download extra dependencies
35
run: |
@@ -38,9 +36,11 @@ jobs:
38
36
39
37
- name: 🏗 Install module
40
run: pip install .[tests]
41
42
- name: 🧪 Run tests
43
run: pytest
44
45
test-unit-ui:
46
name: Unit tests ⎔
0 commit comments