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 b5f25c4 commit a4b0c8cCopy full SHA for a4b0c8c
.github/workflows/ci.yml
@@ -64,9 +64,9 @@ jobs:
64
with:
65
python-version: "3.10"
66
67
- - name: Install Dependency
+ - name: Install Dependencies
68
run: |
69
- python -m pip install --pre -r requirements.txt
+ python -m pip install -r requirements.txt
70
71
- name: Building wheel
72
@@ -128,10 +128,9 @@ jobs:
128
129
python-version: ${{ matrix.python-version }}
130
131
132
133
134
- python -m pip install wheel
135
136
137
0 commit comments