mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update pytest workflow and add requirements.txt
This commit is contained in:
@@ -16,12 +16,10 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install pipenv
|
||||
run: pip install pipenv
|
||||
- name: Install dependencies
|
||||
run: pipenv install --dev --system
|
||||
run: pip install -r requirements.txt
|
||||
# You can test your matrix by printing the current Python version
|
||||
- name: Run the tests with pytest
|
||||
run: pipenv run make ci
|
||||
run: make ci
|
||||
env:
|
||||
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
-e .
|
||||
datamodel-code-generator
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-ordering
|
||||
pytest-recording
|
||||
ruff
|
||||
sphinx
|
||||
Reference in New Issue
Block a user