Skip to content

Commit

Permalink
fix tiler gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Feb 27, 2023
1 parent f6f8c70 commit 60575f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/testing-tiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Tiler tests
env:
# add environment variables for tests
run: |
pytest

0 comments on commit 60575f4

Please sign in to comment.