Skip to content

Commit b1cec58

Browse files
committed
Uprev python
1 parent 669abf9 commit b1cec58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
- name: Setup Python
32+
uses: actions/setup-python@v2
33+
with:
34+
python-version: '3.x'
35+
- name: Install dependencies
36+
run: |
37+
python -m venv circuits-and-code-website-venv
38+
source circuits-and-code-website-venv/bin/activate
3139
- name: Setup Pages
3240
uses: actions/configure-pages@v5
3341
- name: Build with Jekyll

0 commit comments

Comments
 (0)