mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Fix data pipeline first-run errors
This commit is contained in:
parent
999c1f6dee
commit
1f5df11954
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy_backend_main.yml
vendored
8
.github/workflows/deploy_backend_main.yml
vendored
|
@ -25,14 +25,14 @@ jobs:
|
||||||
working-directory: data/data-pipeline
|
working-directory: data/data-pipeline
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.10]
|
python-version: ['3.10']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Print variables to help debug
|
- name: Print variables to help debug
|
||||||
uses: hmarr/debug-action@v2
|
uses: hmarr/debug-action@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Load cached Poetry installation
|
- name: Load cached Poetry installation
|
||||||
|
|
Loading…
Add table
Reference in a new issue