diff --git a/.github/workflows/config.json b/.github/workflows/config.json new file mode 100644 index 00000000..6cf513ee --- /dev/null +++ b/.github/workflows/config.json @@ -0,0 +1,3 @@ +{ + "node": true +} \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 097e05bc..adaea31c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,5 @@ jobs: deploy: uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master with: - node: true + repos: ${{ vars.REPOS }} secrets: inherit - \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3580fc8a..e8193173 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,5 +11,4 @@ jobs: uses: Geode-solutions/actions/.github/workflows/py-test.yml@master with: repos: ${{ vars.REPOS }} - node: true secrets: inherit diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 5e2e245d..177cb915 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -9,5 +9,4 @@ jobs: uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master with: repos: ${{ vars.REPOS }} - node: true secrets: inherit diff --git a/requirements.txt b/requirements.txt index 3b55510b..19cde1e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.9.1 # via flask blinker==1.9.0 # via flask -click==8.2.1 +click==8.3.0 # via flask fastjsonschema==2.21.1 # via opengeodeweb-microservice