grml2usb docs: drop references to deprecated grml-medium
[grml2usb.git] / .github / workflows / check-full.yml
index 91d5ab6..4536d0f 100644 (file)
@@ -15,15 +15,6 @@ jobs:
       - name: Checkout source
         uses: actions/checkout@v2
 
       - 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
 
       - 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: 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
 
       - name: Install pytest
         run: pip3 install pytest