Skip to content

Commit

Permalink
ruff api changes integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Jul 19, 2024
1 parent c1e0acf commit 7efbfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Lint with ruff
run: |
ruff --select=E501 --line-length=200 dicee/
ruff check dicee/ --select=E501 --line-length=200
- name: Test with pytest
run: |
wget https://files.dice-research.org/datasets/dice-embeddings/KGs.zip --no-check-certificate && unzip KGs.zip
Expand Down

0 comments on commit 7efbfb7

Please sign in to comment.