Skip to content

Commit

Permalink
Update edgetest python version (#309)
Browse files Browse the repository at this point in the history
* Update edgetest python version

* Add workflow_dispatch

* Test action

* Python version in right place

* Update permissions

* Revert PR trigger

* Update edgetest.yml
  • Loading branch information
jdawang authored Nov 1, 2024
1 parent 3aaf448 commit ee7f51b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/edgetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ name: Run edgetest
on:
schedule:
- cron: '35 17 * * 5'
workflow_dispatch:
jobs:
edgetest:
runs-on: ubuntu-latest
name: running edgetest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -19,7 +23,7 @@ jobs:
cp tests/data/.locopyrc ~/.locopyrc
cp tests/data/.locopy-sfrc ~/.locopy-sfrc
- id: run-edgetest
uses: fdosani/run-edgetest-action@v1.3
uses: edgetest-dev/run-edgetest-action@v1.5
with:
edgetest-flags: '-c pyproject.toml --export'
base-branch: 'develop'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ban-relative-imports = "all"
convention = "numpy"

[edgetest.envs.core]
python_version = "3.9"
python_version = "3.10"
extras = [
"tests",
"psycopg2",
Expand Down

0 comments on commit ee7f51b

Please sign in to comment.