This commit is contained in:
Guilhem Saurel
2023-03-07 13:22:35 +01:00
parent 7eba044844
commit 4c677e7cdb
3 changed files with 9 additions and 9 deletions

View File

@@ -6,9 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
with:
python-version: '3.10'
cache: pip
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h