Skip to content

Commit dc2f84f

Browse files
committed
Don't build package just to test SDL parsing.
1 parent be8dfe6 commit dc2f84f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@ jobs:
8585
with:
8686
python-version: "3.x"
8787
- name: Install build dependencies
88-
run: pip install build
89-
- name: Build package
90-
run: python -m build
88+
run: pip install -r requirements.txt
89+
- name: Test SDL parsing
90+
run: python build_sdl.py
9191
env:
9292
SDL_VERSION: ${{ matrix.sdl-version }}
93-
TDL_BUILD: DEBUG
9493

9594
build:
9695
needs: [black, isort, flake8, mypy]

0 commit comments

Comments
 (0)