Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pygments==2.19.2
pyzmq==27.1.0
scipy==1.16.2
sk-video==1.1.10
Werkzeug==3.1.3
Werkzeug==3.1.4
zmq==0.0.0
46 changes: 46 additions & 0 deletions .github/workflows/_CI_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,52 @@ jobs:
CMD_STR_hndle_str="./run_neo4j_tests.sh -t Neo4JHandlerTest ${S3_ARGS} ${COMMON_ARGS} -e neo4j://neo4j:${{ env.NEO_TEST_PORT}}"
echo "CMD_STR_hndle_str=${CMD_STR_hndle_str}" >> $GITHUB_OUTPUT

- name: Runner cleanup
run: |
# Check prior to Cleanup
echo "Pre-cleanup space:"
df -h

# Remove Java (JDKs)
sudo rm -rf /usr/lib/jvm

# Remove .NET SDKs
sudo rm -rf /usr/share/dotnet

# Remove Swift toolchain
sudo rm -rf /usr/share/swift

# Remove Haskell (GHC)
sudo rm -rf /usr/local/.ghcup

# Remove Julia
sudo rm -rf /usr/local/julia*

# Remove Android SDKs
sudo rm -rf /usr/local/lib/android

# Remove Chromium (optional if not using for browser tests)
sudo rm -rf /usr/local/share/chromium

# Remove Microsoft/Edge and Google Chrome builds
sudo rm -rf /opt/microsoft /opt/google

# Remove Azure CLI
sudo rm -rf /opt/az

# Remove PowerShell
sudo rm -rf /usr/local/share/powershell

# Remove CodeQL and other toolcaches
sudo rm -rf /opt/hostedtoolcache

docker system prune -af || true
docker builder prune -af || true

# Check
echo "Post-cleanup space:"
df -h

- name: Run Neo4J Tests
shell: bash
env:
Expand Down
3 changes: 2 additions & 1 deletion remote_function/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ imutils>=0.5.4
numpy<2.0.0
opencv-python-headless>=4.9.0.80
pillow>=11.1.0
sk-video>=1.1.10
sk-video>=1.1.10
Werkzeug>=3.1.4