mirror of https://github.com/snachodog/mybuddy.git
Correct CI YAML
This commit is contained in:
parent
544babd8eb
commit
3d80eed562
|
@ -22,7 +22,7 @@ jobs:
|
|||
path: ~/.local/share/virtualenvs
|
||||
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-pipenv-${{ hashFiles('**/requirements.txt') }}
|
||||
- name: Install Python dependencies
|
||||
- run: |
|
||||
run: |
|
||||
python -m pip install --upgrade pipenv wheel
|
||||
pipenv install --dev
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in New Issue