Skip to content

Commit

Permalink
TST: fixed GA bug
Browse files Browse the repository at this point in the history
Fixed a bug in GitHub Actions designed to catch spammers on the MacOS.  Following: actions/runner-images#602.
  • Loading branch information
aburrell committed Feb 7, 2022
1 parent 4c9f75f commit 7944a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Set up ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 7944a1c

Please sign in to comment.