Skip to content

Commit 066a541

Browse files
committed
decisionengine whl filename become hepcloud_de
1 parent e3eaee5 commit 066a541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python3 -m pip install --user Cython
8181
python3 -m pip install --user numpy
8282
python3 setup.py bdist_wheel
83-
python3 -m pip install --user dist/decisionengine*.whl
83+
python3 -m pip install --user dist/hepcloud_de*.whl
8484
8585
- name: Install DE Modules dependencies
8686
run: |
@@ -166,7 +166,7 @@ jobs:
166166
python3 -m pip install --user Cython
167167
python3 -m pip install --user numpy
168168
python3 setup.py bdist_wheel
169-
python3 -m pip install --user dist/decisionengine*.whl
169+
python3 -m pip install --user dist/hepcloud_de*.whl
170170
171171
- name: Install DE Modules dependencies
172172
run: |

0 commit comments

Comments
 (0)