From 39a530db4dd188c164b12a9eabe92a1990d7ae79 Mon Sep 17 00:00:00 2001 From: Sakhite MBOUP <47029762+infini11@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:00:17 +0200 Subject: [PATCH] Change name for steps name, reorganise code --- .github/workflows/github-actions-seizure-pipline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-seizure-pipline.yml b/.github/workflows/github-actions-seizure-pipline.yml index 83dc26d..205546f 100644 --- a/.github/workflows/github-actions-seizure-pipline.yml +++ b/.github/workflows/github-actions-seizure-pipline.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: Seizure detection pipeline CI on: push: @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.6.8 uses: actions/setup-python@v3 with: python-version: "3.6.8"