From c601805f72acf5cf641e3c1b1e8ceb1fb0df19ce Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 14 Mar 2023 17:41:38 +0000 Subject: [PATCH] Remove GitHub Actions Ubuntu integration tests job --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcf6cc5d..bcc17e9eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,17 +171,7 @@ jobs: - os: windows-latest python-version: "3.9" force-foolscap: false - # 22.04 has some issue with Tor at the moment: - # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943 - - os: ubuntu-20.04 - python-version: "3.11" - force-foolscap: false steps: - - - name: Install Tor [Ubuntu] - if: ${{ contains(matrix.os, 'ubuntu') }} - run: sudo apt install tor - # TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744. # We have to use an older version of Tor for running integration # tests on macOS.