mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
bump lock file (#3643)
* bump lock file * pin aiohttp * drop 3.12 for now * try bump setup-python * drop 3.7 * bump aiohttp * lock * drop macos
This commit is contained in:
26
.github/workflows/pythonpackage.yml
vendored
26
.github/workflows/pythonpackage.yml
vendored
@@ -3,33 +3,33 @@ name: Test Textual module
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/pythonpackage.yml'
|
||||
- '**.py'
|
||||
- '**.pyi'
|
||||
- '**.css'
|
||||
- '**.ambr'
|
||||
- '**.lock'
|
||||
- 'Makefile'
|
||||
- ".github/workflows/pythonpackage.yml"
|
||||
- "**.py"
|
||||
- "**.pyi"
|
||||
- "**.css"
|
||||
- "**.ambr"
|
||||
- "**.lock"
|
||||
- "Makefile"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.2
|
||||
- name: Install and configure Poetry # This could be cached, too...
|
||||
- name: Install and configure Poetry # This could be cached, too...
|
||||
uses: snok/install-poetry@v1.3.3
|
||||
with:
|
||||
version: 1.4.2
|
||||
virtualenvs-in-project: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4.6.0
|
||||
uses: actions/setup-python@v4.7.1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
@@ -43,9 +43,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: poetry install --extras syntax
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
# - name: Typecheck with mypy
|
||||
# run: |
|
||||
# make typecheck
|
||||
# - name: Typecheck with mypy
|
||||
# run: |
|
||||
# make typecheck
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
source $VENV
|
||||
|
||||
3239
poetry.lock
generated
3239
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user