Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bonprosoft committed Jan 7, 2024
1 parent 12f0696 commit 17a2fdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
- name: Cleanup workspace
shell: bash
run: |
rm -rf *
pwd
ls -la
git config --global --add safe.directory $(pwd)
- uses: actions/checkout@v2
- name: Set up Python
run: |
pip3 install tox==${{ env.TOX_VERSION }}
- name: Run pytest
shell: bash
run: |
git config --global --add safe.directory $(pwd)
tox
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ commands =
whoami
ls -la
ls -la ../
pipenv run whoami
pipenv run pysen --config ../pyproject.toml run lint
pipenv run pysen run lint
pipenv run pysen --config ../buildtool/pyproject.toml run lint
pipenv run pysen --config ../pyproject.toml run lint
pipenv run pytest ../tests

0 comments on commit 17a2fdc

Please sign in to comment.