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 9a00168 commit 28c4032Copy full SHA for 28c4032
.github/workflows/ci.yml
@@ -122,9 +122,7 @@ jobs:
122
- name: "Setup environment"
123
uses: "networktocode/gh-action-setup-poetry-environment@v2"
124
with:
125
- python-version: "${{ matrix.python-version }}"```
126
- # - name: "Build Container"
127
- # run: "poetry run invoke build"
+ python-version: "${{ matrix.python-version }}"
128
- name: "Run poetry Install"
129
run: "poetry install"
130
- name: "Run Tests"
0 commit comments