Skip to content

Commit

Permalink
Modificado ci.yml con otro error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbejar committed Jun 21, 2024
1 parent 746d949 commit 6e0c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Basic tests
run: |
python -m unittest discover -s tests -p 'testsbasic.py'
python -m unitest discover -s tests -p 'tests_basic.py'
- name: Build package
# For now, every version is an alpha (i.e., CI produced) version.
# The base version is an attribute in __init__.py.
Expand Down

0 comments on commit 6e0c37e

Please sign in to comment.