Skip to content

Commit

Permalink
fix github pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyk3 committed May 27, 2024
1 parent c6c98ca commit 8aa67d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Install pytest
run: |
pip install -r requirements.txt
pip install pytest
pip install python-dateutil
pytest .
continue-on-error: false
spell_check:
Expand Down

0 comments on commit 8aa67d7

Please sign in to comment.