Skip to content

Commit

Permalink
Format workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Sep 20, 2024
1 parent 1d2e22d commit 9772a1c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
- name: Setup Python3
uses: actions/setup-python@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
run: python -m pip install --upgrade pip
- name: Build pip package
run: |
python -m pip install --verbose .
run: python -m pip install --verbose .
- name: Test installation
run: |
mapmos_pipeline --help
run: mapmos_pipeline --help

0 comments on commit 9772a1c

Please sign in to comment.