Skip to content

Commit 53c5934

Browse files
author
Thomas Maschler
authored
Improve Python build process and streamline CI (#600)
* seperate out scala and python build ci * move python package to project root * use poetry-dynamic-versioning * pweave build script and poetry pyproject.toml * add Makefile * Fix doc build script * use pytest for tests * fix landsat urls * update ci * update spark version in workflow matrix * fix pyspark test * update to pyspark 3.3.2 * add assembly jar to dist folder
1 parent a4482c3 commit 53c5934

File tree

97 files changed

+7289
-3695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+7289
-3695
lines changed

.circleci/.dockerignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.circleci/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

.circleci/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 249 deletions
This file was deleted.

.circleci/fix-permissions

Lines changed: 0 additions & 22 deletions
This file was deleted.

.circleci/requirements-conda.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: upload rasterframes artefacts
2+
description: upload rasterframes artefacts
3+
runs:
4+
using: "composite"
5+
steps:
6+
- name: upload core dumps
7+
uses: actions/upload-artifact@v3
8+
with:
9+
name: core-dumps
10+
path: /tmp/core_dumps

0 commit comments

Comments
 (0)