Skip to content

Commit c2e5544

Browse files
committed
remove accidentally added requirements.txt
1 parent 2e019dd commit c2e5544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install -r requirements.txt build
49+
pip install build
5050
- name: Build package
5151
run: python -m build
5252

0 commit comments

Comments
 (0)