Skip to content

Commit

Permalink
setup IPFS daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 8, 2020
1 parent 38ec87c commit 95eb8bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1

- name: Set up IPFS
if: startsWith(runner.os, 'Linux') && (matrix.py == '3.9')
uses: luizirber/setup-ipfs@fix_add_path
with:
ipfs_version: 0.6
run_daemon: true

- name: Test with tox
run: tox
env:
Expand Down

0 comments on commit 95eb8bf

Please sign in to comment.