fix typo and rename

This commit is contained in:
Ace 2023-01-20 01:13:58 +01:00 committed by GitHub
parent 85de492386
commit 27e72dc036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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