Skip to content

Commit

Permalink
Update CI installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrlpld committed Feb 2, 2024
1 parent eae630f commit aa2aeee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install .[dev]
- uses: pre-commit/[email protected]

test:
Expand Down

0 comments on commit aa2aeee

Please sign in to comment.