[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 name: Lint

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

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

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

Loading…
Cancel
Save