diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b32bee..ceb30f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: build: - name: build ubuntu + name: run Inkycal tests runs-on: ubuntu-latest steps: @@ -20,7 +20,7 @@ jobs: - name: Clone repo run: | git clone --single-branch https://github.com/aceisace/Inkycal - - name: Creating virtual evvironment + - name: Creating virtual environment run: | cd Inkycal python3 -m venv venv @@ -28,7 +28,6 @@ jobs: python -m pip install --upgrade pip - name: Install dependencies run: | - echo "$PWD" pip install wheel pip install -e ./ - name: Setup test environment and run tests