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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: build ubuntu
|
name: run Inkycal tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch https://github.com/aceisace/Inkycal
|
git clone --single-branch https://github.com/aceisace/Inkycal
|
||||||
- name: Creating virtual evvironment
|
- name: Creating virtual environment
|
||||||
run: |
|
run: |
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
@ -28,7 +28,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
echo "$PWD"
|
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
- name: Setup test environment and run tests
|
- name: Setup test environment and run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user