diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9972322..ba7f9d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,6 @@ jobs: C:\Miniconda\condabin\conda.bat activate botty python -c "import sys; print(sys.version)" coverage run -m pytest test/smoke_test.py test/nip/ test/game_stats_test.py test/closest_non_hud_test.py test/transmute/ test/test_setup_bat_files.py -v -s - - - name: Coverage - shell: powershell - env: - PYTHONPATH: ./src - run: | - C:\Miniconda\condabin\conda.bat activate botty coverage xml build: