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