We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25505d commit e5c88bbCopy full SHA for e5c88bb
.github/workflows/pythonpackage.yml
@@ -18,6 +18,10 @@ jobs:
18
uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
21
+ - name: Install dependencies
22
+ run: |
23
+ python -m pip install --upgrade pip
24
+ python -m pip install .
25
- name: Test with pytest
26
run: |
27
pip install pytest
@@ -36,6 +40,10 @@ jobs:
36
40
37
41
38
42
43
44
45
46
39
47
48
49
@@ -54,6 +62,10 @@ jobs:
54
62
55
63
56
64
65
66
67
68
57
69
58
70
59
71
0 commit comments