We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30a19d commit 9f10f60Copy full SHA for 9f10f60
1 file changed
.github/workflows/tests.yml
@@ -23,6 +23,9 @@ jobs:
23
architecture: 'x64'
24
cache: 'pip'
25
26
+ - name: Update pip
27
+ run: python -m pip install -U pip
28
+
29
- name: install pip-compile
30
run: python -m pip install pip-tools
31
@@ -37,9 +40,7 @@ jobs:
37
40
with:
38
41
key: ${{ github.job }}
39
42
verbose: 2
-
- - name: Update pip
- run: python -m pip install -U pip
43
+ max-size: 5GB
44
45
- name: Build and install reticula
46
run: python -m pip install .[test] -v
0 commit comments