mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
removing ref to source
This commit is contained in:
parent
75611bd135
commit
a662aa93ca
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deploy_data.yml
vendored
6
.github/workflows/deploy_data.yml
vendored
|
@ -25,10 +25,8 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: Gr1N/setup-poetry@v7
|
uses: Gr1N/setup-poetry@v7
|
||||||
- name: Source Poetry HOME and print version
|
- name: Print poetry version
|
||||||
run: |
|
run: poetry --version
|
||||||
source $HOME/.poetry/env
|
|
||||||
poetry --version
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd data/data-pipeline
|
cd data/data-pipeline
|
||||||
|
|
Loading…
Add table
Reference in a new issue