Skip to content

Commit

Permalink
build: fix ci for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Dec 8, 2023
1 parent a7e1e0f commit 2a0c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
- name: Install
run: |
python setup.py install
Expand Down

0 comments on commit 2a0c585

Please sign in to comment.