feat: Update with new interface

Give more context in the swap-encoder.md
This commit is contained in:
Diana Carvalho
2024-08-30 10:42:13 +01:00
parent 41f20f14b0
commit 7ba63bf404
4 changed files with 54 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ runs:
id: env-cache
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('./requirements/requirements_dev.txt') }}-${{ hashFiles('./requirements/requirements_data.txt') }}-${{ hashFiles('./requirements/requirements_api.txt') }}-${{ hashFiles('./requirements/requirements.txt') }}-${{ hashFiles('./requirements/requirements_internal.txt') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('./propeller-swap-encoders/requirements.txt') }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4.0.1
@@ -28,5 +28,5 @@ runs:
run: |
aws codeartifact login --tool pip --domain propeller --domain-owner 827659017777 --repository protosim
python -m pip install --upgrade pip
pip install -r propeller-swap-encoders/requirements.txt
pip install -r propeller-swap-encoders/requirements.txt --no-cache
shell: bash