Skip to content

Commit

Permalink
Merge pull request #68 from nasa-nccs-hpda/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
cssprad1 authored Nov 22, 2024
2 parents 62718cf + e304a36 commit c037d17
Show file tree
Hide file tree
Showing 120 changed files with 3,372 additions and 7,695 deletions.
25 changes: 25 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[run]
source = pytorch_caney
omit =
*/site-packages/*
*/dist-packages/*
*/tests/*
setup.py

[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if __name__ == .__main__.:
raise NotImplementedError
pass
except ImportError:

show_missing = True

[html]
directory = htmlcov

[xml]
output = coverage.xml
22 changes: 18 additions & 4 deletions .github/workflows/dockerhub-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,24 @@ jobs:
-
name: Lower github-runner storage
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# Remove software and language runtimes we're not using
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift
df -h /
-
name: Build and push
Expand Down
Loading

0 comments on commit c037d17

Please sign in to comment.