Skip to content

Commit

Permalink
adds module install as standard
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Jan 30, 2023
1 parent faa9996 commit 439d47b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ********** Please don't edit this file!
# ********** It has been generated automatically by dae_devops version 0.4.0.
# ********** For repository_name dls-utilpack
<!-- ********** Please don't edit this file! -->
<!-- ********** It has been generated automatically by dae_devops version 0.4.0. -->
<!-- ********** For repository_name dls-utilpack -->

<!DOCTYPE html>
<html>
Expand All @@ -14,4 +14,4 @@

</html>

# dae_devops_fingerprint 38b57ee546cfdd61be1ee03a4dea7704
<!-- dae_devops_fingerprint ca3806d342f68f751e92197b25b5a74b -->
6 changes: 2 additions & 4 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ jobs:
- name: Run tests
run: |
sudo apt install environment-modules
echo "MODULESHOME was" $MODULESHOME
export MODULESHOME=/usr/share/modules
echo "MODULESHOME is" $MODULESHOME
source $MODULESHOME/init/bash
module list
pytest
- name: Upload coverage to Codecov
Expand Down Expand Up @@ -214,4 +211,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
# dae_devops_fingerprint 158948073946b84d74750bf9cf1787ca

# dae_devops_fingerprint d05711f3373ed522dc9b751401a29c68

0 comments on commit 439d47b

Please sign in to comment.