Skip to content

Commit aad7db4

Browse files
author
Milos Colic
authored
Merge pull request #482 from databrickslabs/feature/pypi_release
Fix pypi-release action.
2 parents ec33f20 + 99d5d82 commit aad7db4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python: [3.9]
13-
spark: [3.2.1]
12+
python: [ 3.9.5 ]
13+
numpy: [ 1.21.5 ]
14+
gdal: [ 3.4.3 ]
15+
spark: [ 3.3.2 ]
16+
R: [ 4.1.2 ]
1417
steps:
1518
- name: checkout code
1619
uses: actions/checkout@v2

0 commit comments

Comments
 (0)