Skip to content

Commit

Permalink
apply to all GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Oct 15, 2024
1 parent 7c50724 commit 318c38d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/post-agenda-sofa-dev-meeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install dependencies
if: ( github.event.discussion.category.name == 'Announcement' ) || ( github.event.discussion.category.name == 'Share your achievements' )
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-github-activity-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-github-activity-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-pending-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
pip install requests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale_github_discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv vm-venv && source vm-venv/bin/activate
python --version
pip install python-graphql-client
pip install python-dateutil
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 318c38d

Please sign in to comment.