Skip to content

Commit

Permalink
Update specify ci python version
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenZephyr committed Jan 15, 2025
1 parent 75d2ed1 commit 3c3e698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c3e698

Please sign in to comment.