From 3c3e698316432192228fa565b8acf1451a1e5d27 Mon Sep 17 00:00:00 2001 From: Aaron Ray Date: Wed, 15 Jan 2025 17:46:38 -0500 Subject: [PATCH] Update specify ci python version --- .github/workflows/ci-action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-action.yml b/.github/workflows/ci-action.yml index 6236944..72bc163 100644 --- a/.github/workflows/ci-action.yml +++ b/.github/workflows/ci-action.yml @@ -15,6 +15,11 @@ jobs: uses: actions/checkout@v4 with: path: ouroboros_repo + - uses: actions/checkout@v4 + - name: Set up Python 3.8 + uses: actions/setup-python@v5 + with: + python-version: "3.8" - name: Install Ouroboros run: cd ${{ github.workspace }}/ouroboros_repo/vlc_db && pwd && pip install . - name: Install Ouroboros Resources