Skip to content

Commit 1351eab

Browse files
committed
Update release.yml
1 parent 62bb3a1 commit 1351eab

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
pip install termcolor
40+
env:
41+
PIP_DISABLE_PIP_VERSION_CHECK: 1
42+
PYTHONWARNINGS: ignore
4043

4144
- name: Run tests
4245
run: python test.py
@@ -64,6 +67,9 @@ jobs:
6467
run: |
6568
python -m pip install --upgrade pip
6669
pip install build twine
70+
env:
71+
PIP_DISABLE_PIP_VERSION_CHECK: 1
72+
PYTHONWARNINGS: ignore
6773

6874
- name: Build package
6975
run: python -m build
@@ -121,6 +127,9 @@ jobs:
121127
run: |
122128
python -m pip install --upgrade pip
123129
pip install --force-reinstall --no-cache-dir dpqc==${{ steps.get_version.outputs.version }}
130+
env:
131+
PIP_DISABLE_PIP_VERSION_CHECK: 1
132+
PYTHONWARNINGS: ignore
124133

125134
- name: Ensure pip-installed dpqc
126135
run: python pip_test.py

0 commit comments

Comments
 (0)