Skip to content

Commit

Permalink
Fix build, set pip and setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Aug 29, 2024
1 parent 86a28b1 commit 24dac2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get -y install libxml2-dev libxmlsec1-dev libxmlsec1-openssl libexempi-dev unixodbc unixodbc-dev
- run: docker-compose -f ../.github/docker-compose.yml up -d
- run: docker compose -f ../.github/docker-compose.yml up -d
- name: Cache pip
uses: actions/cache@v2
with:
Expand All @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-pip
${{ runner.os }}-
- run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install --upgrade pip==24.0 wheel setuptools==70.3.0
pip install -r dev-requirements.txt
- run: python manage.py app:initialize_data
- run: python manage.py users:create -u test -p test -e test@localhost --admin
Expand Down

0 comments on commit 24dac2b

Please sign in to comment.