Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
themoosman committed Jun 20, 2024
1 parent 8b1283f commit 1a296ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linuxci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
architecture: x64
- name: Python environment report
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
Expand Down

0 comments on commit 1a296ab

Please sign in to comment.