Skip to content

Commit

Permalink
Update versions, install before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Dec 17, 2023
1 parent e53ae5c commit 938253c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/package.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -20,8 +20,7 @@ jobs:
python -m pip install flake8 pytest build
- name: Lint with flake8
run: flake8 . --count --exit-zero
- name: Build package
run: python -m build
- name: Install tilekiln
run: python -m pip install -e .
- name: Test with pytest
run: |
pytest
run: pytest

0 comments on commit 938253c

Please sign in to comment.