🐛 with pip images base

This commit is contained in:
Félix Voituret
2021-02-12 12:08:42 +01:00
parent 96fcf43348
commit a0daeff5e0

View File

@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- if: ${{ matrix.platform == 'cpu' }}
run: |
echo "base=deezer/spleeter:${{ matrix.distribution }}" >> $GITHUB_ENV
echo "base=python:${{ matrix.distribution }}" >> $GITHUB_ENV
echo "image=spleeter" >> $GITHUB_ENV
- if: ${{ matrix.platform == 'gpu' }}
run: |