Skip to content

Commit f87ca66

Browse files
fix to ci.yml
1 parent fb7ddf7 commit f87ca66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: ci
22
on: [push]
33
jobs:
4+
compile:
45
runs-on: ubuntu-latest
56
steps:
67
- name: Checkout repo
78
uses: actions/checkout@v4
89
- name: Set up python
910
uses: actions/setup-python@v4
1011
with:
12+
python-version: 3.8
13+
- name: Bootstrap poetry
1114
run: |
1215
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
1316
- name: Install dependencies

0 commit comments

Comments
 (0)