mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add pipenv installation and dependency installation step
This commit is contained in:
@@ -16,6 +16,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Install pipenv
|
||||||
|
run: pip install pipenv
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pipenv install --dev --deploy --ignore-pipfile
|
||||||
# You can test your matrix by printing the current Python version
|
# You can test your matrix by printing the current Python version
|
||||||
- name: Run the tests with pytest
|
- name: Run the tests with pytest
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user