mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.10]
|
||||
python-version: ['3.10']
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Print variables to help debug
|
||||
uses: hmarr/debug-action@v2
|
||||
uses: hmarr/debug-action@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Load cached Poetry installation
|
||||
|
|
Loading…
Add table
Reference in a new issue