Skip to content

Commit

Permalink
dev wf
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Sep 8, 2024
1 parent 27cca80 commit 300565f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nayn_bot_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv==2022.9.24
pipenv install --system --dev
pipenv install --dev
- name: Lint
run: make lint
run: pipenv run make lint
- name: Test with pytest
run: export PYTHONPATH=./bot && pytest
run: export PYTHONPATH=./bot && pipenv run pytest
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit 300565f

Please sign in to comment.