From 192ff8e267ff4d02bd209ebe66db7f6224a2b728 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 3 Jul 2023 00:26:36 -0700 Subject: poetry in ci workflow --- .github/workflows/main.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 30bfde73..5ad8cff3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,6 +13,20 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.8' + + - name: Install Poetry + run: | + curl -sSL https://install.python-poetry.org | python3 - + + - name: Install Python dependencies + run: | + cd continuedev + poetry install + - name: Cache node_modules uses: actions/cache@v2 with: -- cgit v1.2.3-70-g09d2