Skip to content

Commit

Permalink
Remove possibly broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu committed Nov 30, 2021
1 parent f6c7bb2 commit f63120f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: knowsuchagency/poetry-install@v2
- run: |
pip install -U pip poetry
poetry install
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run Tests
run: poetry run py.test
Expand All @@ -20,7 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: knowsuchagency/poetry-install@v2
- run: |
pip install -U pip poetry
poetry install
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run the build process
run: poetry run pyinstaller --onefile preprocess_cancellation.py
Expand Down

0 comments on commit f63120f

Please sign in to comment.