Skip to content

Commit

Permalink
change back requirements.txt again
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-is-still-here committed Nov 14, 2024
1 parent 85dcf8b commit af9d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
pip install -r requirements.txt
- name: Create Recovery Key
run: |
Expand Down

0 comments on commit af9d7cb

Please sign in to comment.