Skip to content

trying to fix up github workflow #6

trying to fix up github workflow

trying to fix up github workflow #6

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python test_main.py ./_tests/testing_sheet.csv ./_tests/files