Skip to content

Commit

Permalink
Create test_preprocessing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultimate-Storm committed Feb 20, 2023
1 parent a88997a commit 285635e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test_preprocessing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Test preprocessing workflow
on:
pull_request:

jobs:
test_model:
name: Test new model
runs-on: ubuntu-latest
steps:
- name: Checkout # Check out a repo
uses: actions/checkout@v2

- name: Install packages # Install dependencies
run: |
cd mlcontext
sh setup.sh
- name: Download test data
run: |
wget ??

0 comments on commit 285635e

Please sign in to comment.