Merge pull request #1177 from lnbits/gh-workflow-unused-env

remove unused env from gh workflow tests
This commit is contained in:
Arc 2022-12-17 14:10:50 +00:00 committed by GitHub
commit 841e8e7bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,6 @@ jobs:
with: with:
poetry-version: ${{ matrix.poetry-version }} poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies - name: Install dependencies
env:
VIRTUAL_ENV: ./venv
PATH: ${{ env.VIRTUAL_ENV }}/bin:${{ env.PATH }}
run: | run: |
poetry install poetry install
- name: Run tests - name: Run tests