We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3eaee5 commit 066a541Copy full SHA for 066a541
.github/workflows/linters.yaml
@@ -80,7 +80,7 @@ jobs:
80
python3 -m pip install --user Cython
81
python3 -m pip install --user numpy
82
python3 setup.py bdist_wheel
83
- python3 -m pip install --user dist/decisionengine*.whl
+ python3 -m pip install --user dist/hepcloud_de*.whl
84
85
- name: Install DE Modules dependencies
86
run: |
@@ -166,7 +166,7 @@ jobs:
166
167
168
169
170
171
172
0 commit comments