We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd247 commit 08861c0Copy full SHA for 08861c0
.github/workflows/test.yml
@@ -45,6 +45,7 @@ jobs:
45
with:
46
python-version: ${{ matrix.python-version }}
47
cache: pip
48
+ - run: free -h
49
- run: python3 -m pip install --upgrade build
50
- run: python3 -m build
51
- run: python3 -m pip install "$(ls dist/crfm_helm-*.whl)[openvino]"
0 commit comments