Use requirements-dev.txt from workflow
This commit is contained in:
parent
26eb8c7af3
commit
942554d9b6
2 changed files with 7 additions and 1 deletions
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
python-version: 3.9
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install bs4 requests
|
||||
run: pip install -r requirements-dev.txt
|
||||
|
||||
- name: Update DUT1 data
|
||||
run: python iers2py.py > iersdata.py
|
||||
|
|
|
|||
6
requirements-dev.txt
Normal file
6
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2021 Jeff Epler
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
beautifulsoup4
|
||||
pre-commit
|
||||
requests
|
||||
Loading…
Reference in a new issue