Update tests.yml
This commit is contained in:
parent
c47ae890e8
commit
25d0eeaa83
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -8,14 +8,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Inkycal testing
|
name: run Inkycal tests
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -24,16 +24,12 @@ jobs:
|
|||||||
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 evvironment and install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
echo "$PWD"
|
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user