diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742a1c5069..87c0e6406a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,11 +52,9 @@ jobs: --no-install-recommends -y xvfb python3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev - name: Install Poetry - uses: dschep/install-poetry-action@v1.2 + uses: dschep/install-poetry-action@v1.3 with: version: 1.0.0b3 - - name: Turn off Virtualenvs - run: poetry config virtualenvs.create false - name: Install Python Dependencies run: poetry install - name: Test with Pytest @@ -116,11 +114,9 @@ jobs: - name: Install macOS Dependencies run: brew install gobject-introspection gtk+3 adwaita-icon-theme - name: Install Poetry - uses: dschep/install-poetry-action@v1.2 + uses: dschep/install-poetry-action@v1.3 with: version: 1.0.0b3 - - name: Turn off Virtualenvs - run: poetry config virtualenvs.create false - name: Use Python Dependency Cache uses: actions/cache@v1.0.3 with: diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 5a491358e2..4f21d01988 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -14,7 +14,7 @@ jobs: with: python-version: '3.x' - name: Install Poetry - uses: dschep/install-poetry-action@v1.2 + uses: dschep/install-poetry-action@v1.3 with: version: 1.0.0b3 - name: Install Dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af251be502..de87772bb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,11 +56,9 @@ jobs: - name: Install Dependencies run: brew install gobject-introspection gtk+3 adwaita-icon-theme - name: Install Poetry - uses: dschep/install-poetry-action@v1.2 + uses: dschep/install-poetry-action@v1.3 with: version: 1.0.0b3 - - name: Turn off Virtualenvs - run: poetry config virtualenvs.create false - name: Use Python Dependency Cache uses: actions/cache@v1.0.3 with: