Skip to content

Commit

Permalink
try pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 28, 2023
1 parent f2e24f2 commit cad7ce0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous-deployment.yaml
Expand Up @@ -56,17 +56,14 @@ jobs:
sudo apt update
sudo apt install libpq-dev postgresql-client gdal-bin libgdal-dev
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pipenv'
cache: 'pip'

- id: pipenv-install
name: Install Python dependencies
run: pipenv install --dev --python `which python`
run: pip install tomli setuptools-scm requests pytz psycopg2 django>=4.0.*

- name: Test
run: pipenv run python setup.py test
Expand Down

0 comments on commit cad7ce0

Please sign in to comment.