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 fb7ddf7 commit 4c639f8Copy full SHA for 4c639f8
.github/workflows/ci.yml
@@ -1,13 +1,16 @@
1
name: ci
2
on: [push]
3
jobs:
4
+ compile:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout repo
8
uses: actions/checkout@v4
9
- name: Set up python
10
uses: actions/setup-python@v4
11
with:
12
+ python-version: 3.8
13
+ - name: Bootstrap poetry
14
run: |
15
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
16
- name: Install dependencies
0 commit comments