Actions issues (#78)

This commit is contained in:
Ryan-Loofy 2023-02-03 21:02:37 -05:00 committed by GitHub
parent eace48d334
commit bbc54751d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: "3.11"
python-version: "3.7.x"
- name: install dependencies
run: |

View File

@ -1,7 +1,7 @@
{% macro create_tasks() %}
{% if var("UPDATE_UDFS_AND_SPS") %}
{% if target.database == 'POLYGON' %}
{{ task_get_abis() }};
{# {{ task_get_abis() }}; #}
{% endif %}
{% endif %}
{% endmacro %}