Skip to content

Commit

Permalink
Downgrade checkout action to v1 for codecov compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 11, 2020
1 parent eab1c48 commit ba1ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
PYTHON: ${{ matrix.python }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- name: Install macOS packages
if: ${{ runner.os == 'macOS' }}
run: brew install gtk+3 pygobject3
Expand Down

0 comments on commit ba1ddd9

Please sign in to comment.