Skip to content

Commit

Permalink
temporarily disable enum check to run tests - manually checked enum g…
Browse files Browse the repository at this point in the history
…eneration
  • Loading branch information
esoteric-ephemera committed Oct 11, 2024
1 parent 1f77209 commit 6fe3a88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: |
set -e
if [[ "${{ steps.enums.outputs.count }}" != "" || "${{ steps.enums.outputs.files }}" != "0" ]]; then
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name github-actions
git config user.email github-actions@github.com
git add emmet-core/emmet/core/*/calc_types/enums.py
git commit -m "[automated commit] update calc type enums"
git push
Expand All @@ -52,7 +52,8 @@ jobs:
fi
test:
needs: check-enums
# to-do: add check-enums req after finding solution for pushing to external forks
#needs: check-enums
strategy:
matrix:
os: ["ubuntu-latest"] # TODO openbabel for windows and mac
Expand Down

0 comments on commit 6fe3a88

Please sign in to comment.