Skip to content

Commit

Permalink
installing the library before tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Oct 9, 2023
1 parent be58d75 commit 3ddc4c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- name: Install the library
shell: bash
run: python setup.py install

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 3ddc4c9

Please sign in to comment.