Skip to content

Commit

Permalink
don't install g++ in test image
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 15, 2023
1 parent a7e8d37 commit 0aaf7b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
-e "GITHUB_TOKEN=$GITHUB_TOKEN"
"${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}${{ matrix.tag_suffix }}-python${{ matrix.python_version }}"
bash -c "
apt update && apt install -y g++ &&
python setup.py sdist &&
coverage run --omit=nansat/mappers/*,nansat/tests/*,nansat/nansatmap.py --source=nansat setup.py test"
- name: 'Install Python 3.11'
Expand Down

0 comments on commit 0aaf7b3

Please sign in to comment.