Skip to content

Commit

Permalink
Renovate GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Sep 18, 2023
1 parent d8c64f0 commit a3ac258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
cache: pip
- run: |
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends libgdal-dev
- run: pip install --progress-bar=off -q --upgrade pip setuptools wheel
- run: pip install --progress-bar=off -q mysqlclient psycopg2 coveralls -r requirements-dev.txt
sudo apt-get install -y --no-install-recommends libgdal30
- run: pip install --upgrade pip setuptools wheel
- run: pip install mysqlclient psycopg2 -r requirements-dev.txt
- run: py.test -vv --cov .
env:
DEBUG: "1"
DATABASE_URL: ${{ matrix.DATABASE_URL }}
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

0 comments on commit a3ac258

Please sign in to comment.