Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl committed Sep 22, 2024
1 parent 10dbdc0 commit d6807fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes gcc python3-dev libsqlcipher-dev
sudo apt-get install --yes gcc python3-dev python3-setuptools libsqlcipher-dev
pip install -U pip
pip install pycodestyle coverage pytest
python3 setup.py install
Expand Down

0 comments on commit d6807fb

Please sign in to comment.