From 630ab2ab82a0561ccc7e4df0c5dd4d66f8d1c5e3 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:11:02 +0100 Subject: [PATCH] Apply yamllint fixes to YAML files --- .github/workflows/push_pr.yml | 6 +++--- requirements.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index fe48723..da5b861 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -10,9 +10,9 @@ jobs: name: Miniconda (${{ matrix.python-version }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: - matrix: - os: ["ubuntu-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + matrix: + os: ["ubuntu-latest"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 with: diff --git a/requirements.yml b/requirements.yml index bfa4abb..3013b31 100644 --- a/requirements.yml +++ b/requirements.yml @@ -8,4 +8,4 @@ dependencies: - pyyaml - pytest - h5py - - six \ No newline at end of file + - six