[CLEANUP][.github]

pull/334/head
Kye 1 year ago
parent 5fa9275b72
commit 1d1295ddb3

@ -1,5 +1,3 @@
---
# This is a basic workflow to help you get started with Actions
name: Lint

@ -1,4 +1,3 @@
---
name: Pull Request Checks
on:

@ -1,4 +1,3 @@
---
name: Upload Python Package
on: # yamllint disable-line rule:truthy

@ -1,4 +1,3 @@
---
name: test
on:
@ -10,6 +9,7 @@ on:
env:
POETRY_VERSION: "1.4.2"
jobs:
test:
runs-on: ubuntu-latest
strategy:
@ -30,7 +30,7 @@ env:
python-version: ${{ matrix.python-version }}
poetry-version: "1.4.2"
cache-key: ${{ matrix.test_type }}
install-command: |
install-command:
if [ "${{ matrix.test_type }}" == "core" ]; then
echo "Running core tests, installing dependencies with poetry..."
poetry install

Loading…
Cancel
Save