From 25d0eeaa83eae1595d8d41bf1541044ef78a889e Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 20 Jan 2023 00:42:36 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 840a378..b8292e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,14 +8,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set up Python 3.9 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.9 test: - name: Inkycal testing + name: run Inkycal tests needs: build runs-on: ubuntu-latest @@ -24,16 +24,12 @@ jobs: run: | git clone --single-branch https://github.com/aceisace/Inkycal - - name: Creating virtual evvironment + - name: Creating virtual evvironment and install dependencies run: | cd Inkycal python3 -m venv venv source venv/bin/activate python -m pip install --upgrade pip - - - name: Install dependencies - run: | - echo "$PWD" pip install wheel pip install -e ./