Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Apr 17, 2024
1 parent 29c8152 commit 3eac1a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:

runs-on: ubuntu-latest
env:
EVDS_API_KEY : ${{ secrets.EVDS_API_KEY }}

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -45,3 +48,8 @@ jobs:
run: |
pytest -v -s -cov
python -c "import sys; print(sys.executable)"
- name: test dt
run: |
python ./evdspy_test.py

0 comments on commit 3eac1a7

Please sign in to comment.