Skip to content

Commit

Permalink
UV pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Linde committed Nov 29, 2024
1 parent 580cd49 commit 40a0d1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: Install requirements
with:
python-version: '3.12'
- name: Setup UV
run: |
pip install --upgrade pip
pip install pylint .
pip install --upgrade pip
pip install uv
- name: Install requirements
run: pip install pylint .
- name: Run pylint
run: pylint qgym

0 comments on commit 40a0d1c

Please sign in to comment.