Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Jan 8, 2025
1 parent 2e08eba commit db8c684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -14,7 +14,7 @@ jobs:
# Install dependencies required to load ivpm.yaml file
python3 -m venv packages/python
./packages/python/bin/python -m pip install ivpm setuptools build --upgrade
./packages/python/bin/python3 -m ivpm update
./packages/python/bin/python3 -m ivpm update -a
# - name: Run Tests
# run: |
# export PYTHONPATH=$(pwd)/src:$(pwd)/test
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version = "0.0.1"
dependencies = [
"pyyaml",
"toposort",
"svdep"
]
authors = [
{name = "Matthew Ballance", email = "[email protected]"},
Expand Down

0 comments on commit db8c684

Please sign in to comment.