Skip to content

Commit f22d398

Browse files
authored
cleanup requirements and update conference workflow (#509)
1 parent 76da3a9 commit f22d398

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/conference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: "3.11"
3232

3333
- name: Install dependencies
34-
run: pip install PyGithub PyYAML pre-commit
34+
run: pip install -r requirements-dev.txt
3535

3636
- name: Run script
3737
env:

requirements-dev.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
black
21
ephemeral_port_reserve
32
gh-issues
43
pre-commit
5-
pytest-mock
6-
pytest-pyodide
74
pytest-playwright
85
pytest-xprocess
9-
PyGithub
10-
PyYAML

0 commit comments

Comments
 (0)