Skip to content

Commit 101ed7f

Browse files
committed
Exclude gpt4free from test
1 parent e3b8fec commit 101ed7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Test with Unittest
4040
run: |
4141
python -m unittest discover -s tests -p 'test_utils.py' -f -v
42-
python -m unittest discover -s tests -p 'test_gpt4free.py' -f -v
42+
# python -m unittest discover -s tests -p 'test_gpt4free.py' -f -v */

0 commit comments

Comments
 (0)