Skip to content

Commit

Permalink
chore: disable install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 14, 2023
1 parent df46a32 commit f7d437e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
python-version: "3.11"

- name: Install requirements
# pip install -r ./requirements/local.in
run: |
python -m pip install --upgrade pip
pip install -r ./requirements/local.in
echo "someday I will install requirements."
- name: secure_logger Unit tests
run: |
Expand Down

0 comments on commit f7d437e

Please sign in to comment.