feat(actions): Adds actions & lint #1
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10.13'
|
||||||
- name: "Creates virtual environment"
|
- name: "Creates virtual environment"
|
||||||
run: make venv
|
run: make venv
|
||||||
- name: Activate virtualenv
|
- name: Activate virtualenv
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10.13'
|
||||||
- name: "Creates virtual environment"
|
- name: "Creates virtual environment"
|
||||||
run: make venv
|
run: make venv
|
||||||
- name: Activate virtualenv
|
- name: Activate virtualenv
|
||||||
|
|
Loading…
Add table
Reference in a new issue