Explorar o código

pipeline: apt-get update to fix HTTP404 on install

Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
52532230a6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/python.yml

+ 2 - 0
.github/workflows/python.yml

@@ -25,6 +25,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv>=2018.10.9
+    - run: sudo apt-get update
     # TODO exclude dbus-python from pipenv install
     - run: sudo apt-get install --yes --no-install-recommends libdbus-1-dev
     - run: pipenv install --python "$PYTHON_VERSION" --deploy --dev
@@ -47,6 +48,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv>=2018.10.9
+    - run: sudo apt-get update
     - run: sudo apt-get install --yes --no-install-recommends libdbus-1-dev
     - run: pipenv install --python "$PYTHON_VERSION" --deploy --dev
       env: