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 0202df2 commit 18e1a26Copy full SHA for 18e1a26
.github/workflows/docker-image.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
+ - name: Install requirements
17
+ run: pip3 install -r requirements.txt
18
- name: Test the code
19
run: pytest
20
0 commit comments