Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Nov 17, 2022
1 parent e871ea3 commit 617b97e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pytest_custom_ipv8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
name: Run pytest with custom ipv8 version

on:
workflow_call:
inputs:
python-version:
default: '3.8'
type: string
required: true

matrix:
default: '{"os":["windows-latest", "macos-latest", "ubuntu-latest"]}'
type: string
required: false

ipv8-git-ref:
default: 'master'
type: string
required: true

workflow_dispatch:
inputs:
python-version:
Expand Down

0 comments on commit 617b97e

Please sign in to comment.