update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 00:43:16 +03:00
parent e7820476fc
commit 18dd67b5e7

View File

@ -43,14 +43,18 @@ jobs:
- name: Build client
run: |
git clone https://github.com/swing-opensource/swingmusic-client.git
- name: Install client dependencies
run: |
cd swingmusic-client
yarn install
- name: Build client
run: |
yarn build --outDir ../client
cd ..
- name: Setup Python 3.10
- name: Install Python 3.10.11
uses: actions/setup-python@v2
with:
python-version: "3.10.13"
python-version: "3.10.11"
- name: Install Poetry
run: |
pip install poetry