mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-15 09:21:03 +00:00
Compare commits
3 Commits
master
...
python-ser
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2199534829 | ||
|
|
ea4d07da11 | ||
|
|
dbba72842f |
2
.github/workflows/samples-python-server.yaml
vendored
2
.github/workflows/samples-python-server.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.10'
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{ matrix.sample }}
|
working-directory: ${{ matrix.sample }}
|
||||||
run: make test-all
|
run: make test-all
|
||||||
|
|||||||
@@ -21,3 +21,6 @@
|
|||||||
#docs/*.md
|
#docs/*.md
|
||||||
# Then explicitly reverse the ignore rule for a single file:
|
# Then explicitly reverse the ignore rule for a single file:
|
||||||
#!docs/README.md
|
#!docs/README.md
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
tox
|
tox
|
||||||
flake8
|
flake8
|
||||||
|
pytest-aiohttp
|
||||||
|
|||||||
Reference in New Issue
Block a user