Skip to content

Commit

Permalink
Add more test workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jul 4, 2024
1 parent 3b193bf commit d8e22e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: .
- name: Get env
id: env
run: env | sort
- name: Install GitHub Python module
id: gh-py-mod
run: python3 -m pip install -U PyGithub
Expand Down

0 comments on commit d8e22e1

Please sign in to comment.