diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 25ea7e5ab..b47e3e762 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -17,17 +17,19 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Cache venv - id: cache-venv - uses: actions/cache@v3 - env: - cache-name: venv - with: - path: jmvenv - key: ${{ runner.os }}-${{ matrix.python-version }}-${{ env.cache-name }}-${{ hashFiles('requirements/*.txt', 'install.sh', '*/setup.py') }} +# - name: Cache venv +# id: cache-venv +# uses: actions/cache@v3 +# env: +# cache-name: venv +# with: +# path: jmvenv +# key: ${{ runner.os }}-${{ matrix.python-version }}-${{ env.cache-name }}-${{ hashFiles('requirements/*.txt', 'install.sh', '*/setup.py') }} - name: Setup joinmarket + virtualenv - if: steps.cache-venv.outputs.cache-hit != 'true' +# if: steps.cache-venv.outputs.cache-hit != 'true' run: | + sed -i.bak 's/-e //g' requirements/base.txt + sed -i.bak 's/-e //g' requirements/gui.txt ./install.sh --develop --with-qt ./jmvenv/bin/python -m pip install --upgrade pip ./jmvenv/bin/pip install -r requirements/base.txt