mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Revert "Run tests in GitHub actions."
Was pushed by accident. This reverts commit f5047fc0cc326e5bb66743e9eec09c96ba392c22.
This commit is contained in:
parent
b34de70fc7
commit
9cdbef9faf
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -42,11 +42,6 @@ jobs:
|
|||||||
./venv/scripts/activate
|
./venv/scripts/activate
|
||||||
mypy theater
|
mypy theater
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
./venv/scripts/activate
|
|
||||||
pytest tests
|
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
./venv/scripts/activate
|
./venv/scripts/activate
|
||||||
|
|||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -44,11 +44,6 @@ jobs:
|
|||||||
./venv/scripts/activate
|
./venv/scripts/activate
|
||||||
mypy theater
|
mypy theater
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
./venv/scripts/activate
|
|
||||||
pytest tests
|
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
./venv/scripts/activate
|
./venv/scripts/activate
|
||||||
|
|||||||
@ -6,5 +6,4 @@ Pillow~=7.2.0
|
|||||||
tabulate~=0.8.7
|
tabulate~=0.8.7
|
||||||
|
|
||||||
mypy==0.782
|
mypy==0.782
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
pytest==6.1.2
|
|
||||||
Loading…
x
Reference in New Issue
Block a user