Skip to content

Commit

Permalink
Create i191855_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fisa712 authored Feb 24, 2023
1 parent 6fa47cd commit 943392e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/i191855_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : push events workflow

on : push

jobs :
unit-testing :
runs-on: ubuntu-latest

steps :
- name : Checkout Code
uses : actions/checkout@v2

- name : Install Package
run : pip install pytest numpy pandas

- name : Run Test
run : pytest test_preprocessig.py

0 comments on commit 943392e

Please sign in to comment.