Skip to content

Commit

Permalink
fixup CI for lib -> library rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm authored Apr 22, 2024
1 parent f8b54ab commit a69d135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
set -exuo pipefail
python -m venv venv
. venv/bin/activate
pushd src/lib
pushd src/library
python -m pip install -r requirements.txt -r requirements-dev.txt
python -m pytest SmiServices/*.py

0 comments on commit a69d135

Please sign in to comment.