mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-15 07:41:01 +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/setup-python@v6
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.10'
|
||||
- name: Test
|
||||
working-directory: ${{ matrix.sample }}
|
||||
run: make test-all
|
||||
|
||||
@@ -21,3 +21,6 @@
|
||||
#docs/*.md
|
||||
# Then explicitly reverse the ignore rule for a single file:
|
||||
#!docs/README.md
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
tox
|
||||
flake8
|
||||
pytest-aiohttp
|
||||
|
||||
Reference in New Issue
Block a user