Skip to content

Commit

Permalink
Fix pypi-release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos.colic committed Dec 12, 2023
1 parent ec33f20 commit 99d5d82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.9]
spark: [3.2.1]
python: [ 3.9.5 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.3.2 ]
R: [ 4.1.2 ]
steps:
- name: checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 99d5d82

Please sign in to comment.