mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
change(feat/OPS-31): added poetry to be installed first
This commit is contained in:
parent
316cfcfaad
commit
278259940a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Poetry
|
||||
run: pip install poetry
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue