We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b5c69 commit d566579Copy full SHA for d566579
.github/workflows/full_test.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- uses: chartboost/ruff-action@v1 # Fail fast if there are any linting errors
23
+ with:
24
+ src: "modelskill"
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v4
27
with:
0 commit comments