Skip to content

Commit

Permalink
Merge pull request #8966 from madhavajay/madhava/cd_fix
Browse files Browse the repository at this point in the history
Added python3-dev package to CD runner to allow package compilation
  • Loading branch information
madhavajay authored Jun 25, 2024
2 parents acda9ec + dff1cb3 commit 87b8977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
sudo apt update -y
sudo apt install software-properties-common -y
sudo apt install gcc curl -y
sudo apt-get install python3-dev -y
- name: Setup Python on arm64
if: ${{ endsWith(matrix.runner, '-arm64') }}
Expand Down Expand Up @@ -173,8 +174,7 @@ jobs:
if [[ "${{ steps.get_release_tag.outputs.release_tag }}" == "latest" ]]; then
export BUMP=True
fi
# tox -e syft.protocol.check
curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T ezwxbPhbFtCvPg3DwYcnXh OJbjqk4zQIkVbbEazPpZLO au.relay.tunshell.com
tox -e syft.protocol.check
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ syft =
uvicorn[standard]==0.30.0
markdown==3.5.2
fastapi==0.111.0
psutil==5.9.8
psutil==6.0.0
itables==1.7.1
argon2-cffi==23.1.0
matplotlib>=3.7.1,<3.9.1
Expand Down

0 comments on commit 87b8977

Please sign in to comment.