We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976b62d commit 3ba9e1eCopy full SHA for 3ba9e1e
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Checkout code
25
uses: actions/checkout@v4
26
-
+
27
# On all platforms install the PyPI tzdata distribution
28
# (stdlib zoneinfo will auto‐pick it up; the backport will too)
29
- name: Install tzdata (Python)
@@ -33,19 +33,11 @@ jobs:
33
run: |
34
pip install requests
35
pip install numpy
36
37
- - name: Install requests
38
- run: pip install requests
+ pip install pytest
39
40
- name: add dll
41
run: python3 src/hecdss/download_hecdss.py
42
43
- - name: Install Packages
44
- run: pip install pytest
45
46
- - name: Install numpy
47
- run: pip install numpy
48
49
- name: Run tests
50
run: pytest tests
51
0 commit comments