Skip to content

Commit

Permalink
github ubuntu doesnt support testing python2 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Aug 29, 2023
1 parent fd1e7d5 commit 62f078e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github || true

ubuntu20_python2:
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/[email protected]

- name: Set up Python 2.x
uses: actions/setup-python@v2
with:
python-version: '2.x'

- name: Prepare
run: sudo apt update && sudo apt install zfsutils-linux lzop pigz zstd gzip xz-utils lz4 mbuffer && sudo -H pip3 install coverage unittest2 mock==3.0.5 coveralls


- name: Regression test
run: sudo -E ./tests/run_tests


- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github || true


0 comments on commit 62f078e

Please sign in to comment.