Skip to content

Commit

Permalink
Merge pull request #105 from BYUCamachoLab/master
Browse files Browse the repository at this point in the history
Update build-and-test.yml
  • Loading branch information
sequoiap authored Dec 19, 2023
2 parents 4264b21 + cbd21b2 commit fff1ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
pip install .
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand All @@ -31,4 +31,4 @@ on:
- master
push:
branches:
- master
- master

0 comments on commit fff1ba1

Please sign in to comment.