Skip to content

Commit

Permalink
testing nodeps
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Feb 23, 2024
1 parent fa02089 commit 3a26487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
pip install --require-hashes --no-deps -r requirements_dev.txt
- name: Lint with flake8
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
pip install --require-hashes --no-deps -r requirements_dev.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3a26487

Please sign in to comment.