Skip to content

Commit

Permalink
Improvement done in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Sep 27, 2024
1 parent 3bba66a commit 40dfbbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install behavex
run: |
python -m pip install --upgrade pip
pip install --index-url https://test.pypi.org/simple/ behavex
python setup.py sdist
pip install ./dist/behavex-4.0.7rc1.tar.gz
- name: Verify behavex command
run: behavex ./tests/features/*.feature

0 comments on commit 40dfbbd

Please sign in to comment.