Skip to content

Commit

Permalink
Upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 18, 2024
1 parent f5ccf8b commit 13fb2f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
- name: Install ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install python-setuptools iptables nftables python3-nftables
sudo apt-get install iptables nftables python3-nftables
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install setuptools==75.5.0
pip install -e .[dev]
pip install --upgrade 'setuptools<45.0.0'
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 13fb2f2

Please sign in to comment.