Skip to content

Commit 30b4efc

Browse files
committed
🔥 remove min requirement tests for now
1 parent 70f533d commit 30b4efc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/tests.yml

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
uses: actions/setup-python@v1
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- name: install min_requirements
22-
if: matrix.python-version == 3.6
23-
run: |
24-
rm requirements.txt
25-
mv min_requirements.txt requirements.txt
2621
- name: install
2722
run: |
2823
pip install -r requirements.txt

0 commit comments

Comments
 (0)