Skip to content

Commit b08752c

Browse files
committed
newly added regex removed from the workflow
1 parent 181c177 commit b08752c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: |
1919
pip install -r requirements.txt
2020
pip install .
21-
pip install regex
2221
- name: Install pypa/build
2322
run: >-
2423
python -m

.github/workflows/run_black_and_isort.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install .
26-
pip install regex
2726
pip install black isort
2827
- name: Run black and isort
2928
run: |

0 commit comments

Comments
 (0)