Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1 from fisa712/master #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update and rename test_preprocessing.py to i191855_update.yml
  • Loading branch information
fisa712 authored Feb 24, 2023
commit 3f3180b9723aae8c4f5c69a546971801002b8ff5
17 changes: 17 additions & 0 deletions ch08/additional_features/.github/workflows/i191855_update.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_preprocessing.py
27 changes: 0 additions & 27 deletions ch08/additional_features/.github/workflows/test_preprocessing.py

This file was deleted.