Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Aug 21, 2024
1 parent c655ae5 commit 96ff396
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-index --find-links=~/.cache/pip -r devtools/dev-requirements.txt
pip install --no-index -r devtools/dev-requirements.txt
- name: Check files using the black formatter
run: |
black --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-index --find-links=~/.cache/pip -r devtools/dev-requirements.txt
pip install --no-index -r devtools/dev-requirements.txt
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nbtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-index --find-links=~/.cache/pip -r devtools/dev-requirements.txt
pip install --no-index -r devtools/dev-requirements.txt
- name: Test notebooks with pytest and nbmake
run: |
pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-index --find-links=~/.cache/pip -r devtools/dev-requirements.txt
pip install --no-index -r devtools/dev-requirements.txt
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-index --find-links=~/.cache/pip -r devtools/dev-requirements.txt
pip install --no-index -r devtools/dev-requirements.txt
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
Expand Down

0 comments on commit 96ff396

Please sign in to comment.