Skip to content

Commit

Permalink
reverting some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Feb 20, 2024
1 parent 6e3d577 commit 5e455c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/edgetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: running edgetest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: 'edgetest-sparkfix'
- id: run-edgetest
Expand All @@ -20,4 +20,4 @@ jobs:
edgetest-flags: '-c pyproject.toml --export'
base-branch: 'edgetest-sparkfix'
skip-pr: 'false'
python-version: "3.10"
python-version: '3.10'
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ ignore_missing_imports = true

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

0 comments on commit 5e455c4

Please sign in to comment.