Skip to content

[chore] 잘못된 usage 수정 #59

[chore] 잘못된 usage 수정

[chore] 잘못된 usage 수정 #59

Workflow file for this run

name: Run All Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Seoul"
- uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@master
with:
python-version: '3.9'
- name: Install Dependencies
run: |
python -m pip install -U pip wheel
pip install -r requirements.txt
- name: Run All Tests
run: |
pip install pytest
pytest
env:
PYTHONPATH: .:$PYTHONPATH