fix typo and rename
This commit is contained in:
parent
85de492386
commit
27e72dc036
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user