Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marischan888 committed Mar 3, 2024
1 parent b41b317 commit e3a2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-test-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: ls -ahl
- name: Install python dependencies
run: pip install -r requirements.txt
- run: ls -ahl
- name: Run pytest
run: pytest
env:
Expand Down

0 comments on commit e3a2377

Please sign in to comment.