Skip to content

Commit

Permalink
Remove benchmark instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Mar 31, 2024
1 parent 799f9bb commit d5b0a1b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest>=7.1.1
python -m pip install pytest_benchmark
python -m pip install netcdf4==1.6.2
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pytest-cov
Expand All @@ -75,16 +74,11 @@ jobs:
cd test
pytest --cov
py.test test_reformatting.py -v -s --benchmark-autosave
py.test test_reformatting.py
cd $GITHUB_WORKSPACE/METreadnc
cd test
pytest --cov
pytest test_readnc.py
echo "Finished unit tests"
echo "Finished unit tests and coverage"
# - name: Archive benchmark results
# uses: actions/upload-artifact@v4
# with:
# name: benchmark-report
# path: /home/runner/work/METdataio/METdatio/METreformat/test/**/

0 comments on commit d5b0a1b

Please sign in to comment.