Skip to content

Commit

Permalink
3.11.2 version python
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 13, 2023
1 parent 2ce5b6b commit dd3b3fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:

jobs:
deploy:
runs-on:
ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: 3.11
python-version: 3.11.2

- name: Install gdal
run: |
Expand All @@ -31,4 +30,4 @@ jobs:
pip install -r requirements-dev.txt
- name: Run Tests
run: |
make test
make test

0 comments on commit dd3b3fa

Please sign in to comment.