Skip to content

Commit

Permalink
Update cmp-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo authored Sep 16, 2023
1 parent d255f82 commit d8d1878
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install requirements
run: |
pip install -r black
- name: Install flake8
run: |
pip install -r flake8
pip install flake8
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Run tests
Expand Down

0 comments on commit d8d1878

Please sign in to comment.