X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fcheck-full.yml;h=4536d0fc649869998edaea0862ee1345bc388a12;hp=91d5ab6a7aa83e8f4d9126c1763b32933c8a85d3;hb=a6cce2293f8dd8ca787e7617d640304b682d5dfe;hpb=a5f57b0cb1685060817004b9d66ca1dfa0728b78 diff --git a/.github/workflows/check-full.yml b/.github/workflows/check-full.yml index 91d5ab6..4536d0f 100644 --- a/.github/workflows/check-full.yml +++ b/.github/workflows/check-full.yml @@ -15,15 +15,6 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - - name: Install virtualenv + python3-setuptools - run: sudo apt-get install virtualenv python3-setuptools - - - name: Set up Python virtualenv environment - run: virtualenv -p /usr/bin/python3 venv3 - - - name: Activate Python virtualenv environment - run: . ./venv3/bin/activate - - name: pip install wheel (to make install black work) run: pip3 install wheel @@ -41,15 +32,6 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - - name: Install virtualenv + python3-setuptools - run: sudo apt-get install virtualenv python3-setuptools - - - name: Set up Python virtualenv environment - run: virtualenv -p /usr/bin/python3 venv3 - - - name: Activate Python virtualenv environment - run: . ./venv3/bin/activate - - name: Install pytest run: pip3 install pytest