We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039468 commit 3cccb43Copy full SHA for 3cccb43
.github/workflows/ci_cd.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- uses: actions/checkout@v4
42
- name: Set up Python
43
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
44
with:
45
python-version: ${{ env.MAIN_PYTHON_VERSION }}
46
- name: Install dependencies
@@ -105,7 +105,7 @@ jobs:
105
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1
106
107
- name: "Set up Python using cache"
108
109
110
111
cache: 'pip'
0 commit comments