There was an error while loading. Please reload this page.
1 parent 62bb3a1 commit 1351eabCopy full SHA for 1351eab
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,9 @@ jobs:
37
run: |
38
python -m pip install --upgrade pip
39
pip install termcolor
40
+ env:
41
+ PIP_DISABLE_PIP_VERSION_CHECK: 1
42
+ PYTHONWARNINGS: ignore
43
44
- name: Run tests
45
run: python test.py
@@ -64,6 +67,9 @@ jobs:
64
67
65
68
66
69
pip install build twine
70
71
72
73
74
- name: Build package
75
run: python -m build
@@ -121,6 +127,9 @@ jobs:
121
127
122
128
123
129
pip install --force-reinstall --no-cache-dir dpqc==${{ steps.get_version.outputs.version }}
130
131
132
124
133
125
134
- name: Ensure pip-installed dpqc
126
135
run: python pip_test.py
0 commit comments