Skip to content

Commit

Permalink
install pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Dec 26, 2023
1 parent 7f9b5c9 commit 53fd30f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install tox and any other packages
- name: Install tox
run: pip install tox
- name: Install local pkg
run: pip install .
- name: Tests
run: tox
- name: Litners
Expand Down

0 comments on commit 53fd30f

Please sign in to comment.