Skip to content

Commit

Permalink
Update python-publish.yml pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrkrz authored Oct 31, 2023
1 parent d471f7c commit d101190
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,21 @@ jobs:
runs-on: ubuntu-latest
environment: production
steps:
- name: Run pytest
run: pytest


- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x

- name: Print Repository URL
run: |
REPO_URL="https://github.com/${{ github.repository }}"
echo "Repository URL: $REPO_URL"

- name: Install dependencies
run: pip install setuptools wheel
run: pip install setuptools wheel pytest

- name: Run pytest
run: pytest

- name: List Secrets
run: |
echo "Available secrets:"
Expand Down

0 comments on commit d101190

Please sign in to comment.