Skip to content

Commit

Permalink
πŸ› fixed invalid requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hynky1999 committed Sep 9, 2023
1 parent 8e03b10 commit f1cd88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install dependencies
run: pip install -r requirements.txt && pip install -r requirements-test.txt
run: pip install -r requirements.test.txt

- name: Run tests
run: python -m unittest discover -s tests -p "*_tests.py" # Replace with your test command
Expand Down

0 comments on commit f1cd88d

Please sign in to comment.