Skip to content

Commit

Permalink
Merge pull request #482 from databrickslabs/feature/pypi_release
Browse files Browse the repository at this point in the history
Fix pypi-release action.
  • Loading branch information
Milos Colic authored Dec 12, 2023
2 parents ec33f20 + 99d5d82 commit aad7db4
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 aad7db4

Please sign in to comment.