Skip to content

Commit

Permalink
Install non-free packages for github test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 4, 2024
1 parent 59cfd1a commit 2aa95b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ runner.os=='Linux' }}
run: >
sudo apt-get update &&
sudo apt-get install arc archmage arj binutils bzip2 cabextract lzip lz4 plzip clzip pdlzip cpio flac genisoimage lbzip2 libarchive-tools lhasa lrzip lzop ncompress nomarch pbzip2 p7zip-full rpm2cpio unzip unace unalz unar sharutils tar xdms zip zopfli zstd
sudo apt-get install --no-install-recommends --yes arc archmage arj binutils bzip2 cabextract lzip lz4 plzip clzip pdlzip cpio flac genisoimage lbzip2 libarchive-tools lhasa lrzip lzop ncompress nomarch pbzip2 p7zip-full rar rpm2cpio unzip unace unalz unar unrar sharutils tar xdms zip zopfli zstd
- name: Install pytest and modules
run: uv pip install pytest pytest-xdist[psutil] pytest-randomly
Expand Down

0 comments on commit 2aa95b4

Please sign in to comment.