Skip to content

Commit

Permalink
bump IPFS version in tests (should now work)
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Sep 19, 2024
1 parent faa0cc0 commit 3784f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
ipfs-version: ["0.27.0"] # this is the latest IPFS version supporting /api/v0, see issue #28
ipfs-version: ["0.37.0"]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3784f3b

Please sign in to comment.