Merge branch 'main' into filePath

This commit is contained in:
Anthony Stirling
2025-01-04 18:11:39 +00:00
committed by GitHub
45 changed files with 117 additions and 63 deletions

View File

@@ -95,7 +95,7 @@ jobs:
- name: Install Docker Compose
run: |
sudo curl -SL "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -SL "https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Set up Python