Skip to content

Commit

Permalink
Update Python version and install additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 24, 2023
1 parent 47a59a1 commit 67b9ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.11'

- name: Cache Python dependencies
uses: actions/cache@v3
Expand All @@ -30,6 +30,7 @@ jobs:
run: |
python -m ensurepip
python -m pip install --upgrade pip
sudo apt install graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
- name: Install squadds recs
run: |
Expand Down

0 comments on commit 67b9ecc

Please sign in to comment.