Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding authored Jun 16, 2024
1 parent 1995172 commit 5811bcd
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 @@ -21,18 +21,18 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/ci-requirements.txt
python -m pip install flake8
python -m pip install -r .github/ci-requirements.txt
- name: Lint with flake8
run: |
pip install flake8
flake8 .
- name: Test with pytest
Expand Down

0 comments on commit 5811bcd

Please sign in to comment.