Skip to content

Commit

Permalink
altering bad syntax in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
barbacbd committed Feb 19, 2024
1 parent 5e68f86 commit 7242b40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Local install
run: |
python -m pip install .
- name: Setup Git
run: |
git config --global user.name "Brent Barbachem"
git config --global user.email "barbacbd@dukes.jmu.edu"
- name: Setup Git
run: |
git config --global user.name "Brent Barbachem"
git config --global user.email "barbacbd@dukes.jmu.edu"
- name: Install Test Deps
run: |
python -m pip install -e .[tests]
Expand All @@ -49,4 +49,4 @@ jobs:
git ls-files --modified | xargs git add
git commit -m "[Automated Commit]: Adding code coverage information from unit tests." || echo "no changes to commit"
git remote set-url --push origin https://barbacbd:$token@github.com/barbacbd/nautical || echo "no need to set remote"
git push --force || echo "nothing to push"
git push --force || echo "nothing to push"

0 comments on commit 7242b40

Please sign in to comment.