Skip to content

Commit

Permalink
Tries with absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
y4izus committed Jun 24, 2024
1 parent 963aae2 commit 1dee015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
python -m pip install -r ./requirements-dev.txt
- name: Run lint
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
python -m pip install -r ./requirements-dev.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 1dee015

Please sign in to comment.