Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test in GithubActions #10

Merged
merged 14 commits into from
Feb 3, 2024
Prev Previous commit
Next Next commit
update(.github): change configure command
danila committed Feb 3, 2024
commit b2d2585f46a66f3e2068f936fc925cbad67ab657
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
cache: "poetry"
cache-dependency-path: poetry.lock
- name: Install dependencies
run: poetry install --with dev,test,lint
run: poetry install
lint:
needs: build
runs-on: ubuntu-latest