resolve install problem

This commit is contained in:
lamya1baidouri 2025-02-03 09:46:34 +01:00
parent 2cd7d312b7
commit 78c607cd86

View file

@ -16,18 +16,17 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.10'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
sudo apt update sudo apt update
sudo apt install -y python3-dev libffi-dev libssl-dev sudo apt install -y python3-dev libffi-dev libssl-dev python3-yaml
- name: Install Docker Compose - name: Install Docker Compose
run: | run: |
pip install PyYAML==5.4.1 pip install --no-cache-dir docker-compose
pip install docker-compose || sudo apt install -y docker-compose-plugin
- name: Check Docker Compose version - name: Check Docker Compose version
run: | run: |