mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 14:56:48 +00:00
Actions issues (#78)
This commit is contained in:
parent
eace48d334
commit
bbc54751d8
@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.7.x"
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
|
||||
@ -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 %}
|
||||
Loading…
Reference in New Issue
Block a user