Skip to content

Commit 439d47b

Browse files
author
David Erb
committed
adds module install as standard
1 parent faa9996 commit 439d47b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/pages/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ********** Please don't edit this file!
2-
# ********** It has been generated automatically by dae_devops version 0.4.0.
3-
# ********** For repository_name dls-utilpack
1+
<!-- ********** Please don't edit this file! -->
2+
<!-- ********** It has been generated automatically by dae_devops version 0.4.0. -->
3+
<!-- ********** For repository_name dls-utilpack -->
44

55
<!DOCTYPE html>
66
<html>
@@ -14,4 +14,4 @@
1414

1515
</html>
1616

17-
# dae_devops_fingerprint 38b57ee546cfdd61be1ee03a4dea7704
17+
<!-- dae_devops_fingerprint ca3806d342f68f751e92197b25b5a74b -->

.github/workflows/code.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,8 @@ jobs:
7272
- name: Run tests
7373
run: |
7474
sudo apt install environment-modules
75-
echo "MODULESHOME was" $MODULESHOME
7675
export MODULESHOME=/usr/share/modules
77-
echo "MODULESHOME is" $MODULESHOME
7876
source $MODULESHOME/init/bash
79-
module list
8077
pytest
8178
8279
- name: Upload coverage to Codecov
@@ -214,4 +211,5 @@ jobs:
214211
uses: pypa/gh-action-pypi-publish@release/v1
215212
with:
216213
password: ${{ secrets.PYPI_TOKEN }}
217-
# dae_devops_fingerprint 158948073946b84d74750bf9cf1787ca
214+
215+
# dae_devops_fingerprint d05711f3373ed522dc9b751401a29c68

0 commit comments

Comments
 (0)