Skip to content

Commit 3ba9e1e

Browse files
committed
Update test.yml
1 parent 976b62d commit 3ba9e1e

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Checkout code
2525
uses: actions/checkout@v4
26-
26+
2727
# On all platforms install the PyPI tzdata distribution
2828
# (stdlib zoneinfo will auto‐pick it up; the backport will too)
2929
- name: Install tzdata (Python)
@@ -33,19 +33,11 @@ jobs:
3333
run: |
3434
pip install requests
3535
pip install numpy
36-
37-
- name: Install requests
38-
run: pip install requests
36+
pip install pytest
3937
4038
- name: add dll
4139
run: python3 src/hecdss/download_hecdss.py
4240

43-
- name: Install Packages
44-
run: pip install pytest
45-
46-
- name: Install numpy
47-
run: pip install numpy
48-
4941
- name: Run tests
5042
run: pytest tests
5143

0 commit comments

Comments
 (0)