Skip to content

Commit

Permalink
Edgetest fix (#266)
Browse files Browse the repository at this point in the history
* updating edgetest config

* adding manual trigger for edgetest

* adding in pyspark edgetest config
  • Loading branch information
fdosani authored Feb 20, 2024
1 parent 16870f6 commit 1a9e2dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/edgetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Run edgetest
on:
schedule:
- cron: '30 17 * * 5'
workflow_dispatch: # allows manual dispatch
jobs:
edgetest:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install datacompy[ray]
### In-scope Spark versions
Different versions of Spark play nicely with only certain versions of Python below is a matrix of what we test with

| | Spark 3.1.3 | Spark 3.2.3 | Spark 3.3.4 | Spark 3.4.4 | Spark 3.5.0 |
| | Spark 3.1.3 | Spark 3.2.3 | Spark 3.3.4 | Spark 3.4.2 | Spark 3.5.0 |
|-------------|--------------|-------------|-------------|-------------|-------------|
| Python 3.8 ||||||
| Python 3.9 ||||||
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ module = "pyarrow"
ignore_missing_imports = true

[edgetest.envs.core]
python_version = "3.9"
python_version = "3.10"
conda_install = ["openjdk=8"]
extras = ["dev"]
deps = ["pyspark==3.4.2"]
command = "pytest tests -m 'not integration'"
upgrade = [
"pandas",
Expand Down

0 comments on commit 1a9e2dc

Please sign in to comment.