Skip to content

Commit

Permalink
Change name for steps name, reorganise code
Browse files Browse the repository at this point in the history
  • Loading branch information
infini11 authored Apr 20, 2022
1 parent b37c874 commit 39a530d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-seizure-pipline.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 39a530d

Please sign in to comment.