We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d44488 commit e43a5c5Copy full SHA for e43a5c5
1 file changed
.github/workflows/publish.yml
@@ -31,9 +31,6 @@ jobs:
31
32
# Install dependencies
33
- name: Install dependencies
34
- uses: actions/setup-python@v5
35
- with:
36
- python-version: 3.11
37
run: |
38
pip install -r requirements.txt
39
pip install -e . --no-deps --force-reinstall
0 commit comments