Skip to content

Commit

Permalink
fix yml syntax in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Nov 7, 2022
1 parent 8d43a1d commit a55c2ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
with:
python-version: "3.9"

name: Test somatic validation
run: |
pip install -r test-requirements.txt
cd somatic_validation
pip install -r requirements
pytest -sx tests
- name: Test somatic validation
run: |
pip install -r test-requirements.txt
cd somatic_validation
pip install -r requirements.txt
pytest -sx tests
code-style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a55c2ff

Please sign in to comment.