diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7d7a8d..2a973c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,6 @@ on: [push] jobs: build: - runs-on: ubuntu-latest steps: @@ -14,6 +13,7 @@ jobs: with: python-version: 3.9 + download and install: - name: Clone repo run: | git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal @@ -27,10 +27,10 @@ jobs: - name: Install dependencies run: | - echo "$PWD" pip install wheel pip install -e ./ + unit testing: - name: Setup test environment and run tests run: | cd inkycal/tests