Skip to content

Commit

Permalink
updating github actions to dynamically select the package name to ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
anibalinn committed Sep 27, 2024
1 parent 40dfbbd commit c7ef2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python setup.py sdist
pip install ./dist/behavex-4.0.7rc1.tar.gz
pip install ./dist/*.tar.gz
- name: Verify behavex command
run: behavex ./tests/features/*.feature

0 comments on commit c7ef2df

Please sign in to comment.