Skip to content

Commit

Permalink
🚚 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 12, 2023
1 parent 167fc64 commit c9a55cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ jobs:
- name: Install dependencies
if: steps.check_cache.outputs.cache-hit != 'true'
run: |
ls
echo
python -m pip install --upgrade pip
python -m poetry install
python -m poetry shell
- name: Test with unittest
run: |
ls
python -m poetry run python -m unittest tests.CI
python -m unittest tests.CI

0 comments on commit c9a55cc

Please sign in to comment.