|
|
@ -10,10 +10,10 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Set up Python 3.9
|
|
|
|
- name: Set up Python 3.14-dev
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: '3.9'
|
|
|
|
python-version: '3.14-dev'
|
|
|
|
- name: Install test requirements
|
|
|
|
- name: Install test requirements
|
|
|
|
run: python3 ./devscripts/install_deps.py -o --include test
|
|
|
|
run: python3 ./devscripts/install_deps.py -o --include test
|
|
|
|
- name: Run tests
|
|
|
|
- name: Run tests
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/setup-python@v5
|
|
|
|
- uses: actions/setup-python@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: '3.9'
|
|
|
|
python-version: '3.14-dev'
|
|
|
|
- name: Install dev dependencies
|
|
|
|
- name: Install dev dependencies
|
|
|
|
run: python3 ./devscripts/install_deps.py -o --include static-analysis
|
|
|
|
run: python3 ./devscripts/install_deps.py -o --include static-analysis
|
|
|
|
- name: Make lazy extractors
|
|
|
|
- name: Make lazy extractors
|
|
|
|