Skip to content

Commit

Permalink
update tiler testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 26, 2024
1 parent 18d48b3 commit 6fbf2ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-tiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'tiler/**'
- '.github/workflows/testing-tiler.yml'

workflow_dispatch:

Expand All @@ -13,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit 6fbf2ea

Please sign in to comment.