Skip to content

Commit

Permalink
ci: Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <[email protected]>
  • Loading branch information
loonghao committed May 11, 2024
1 parent 8df1f8f commit ee67ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip -r requirements-dev.txt
python -m pip install -r requirements-dev.txt
poetry --version
- name: Run tests and collect coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip -r requirements-dev.txt
python -m pip install -r requirements-dev.txt
poetry --version
- name: lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip -r requirements-dev.txt
python -m pip install -r requirements-dev.txt
poetry --version
poetry build
# Note that we don't need credentials.
Expand Down

0 comments on commit ee67ea1

Please sign in to comment.