Skip to content

Commit

Permalink
Buildcheck update
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch authored and jdacoello committed Feb 15, 2023
1 parent 4d874c8 commit d76de94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
python -V
python -m pip --quiet --no-input install --upgrade pip
python -m pip --quiet --no-input install --upgrade pipenv wheel
pipenv --version
pipenv run python --version
cd vss-tools
pipenv install
pipenv run python setup.py -q install
pipenv install --sequential
echo done!
pipenv run python setup.py install
env:
PIPENV_VENV_IN_PROJECT: 1

Expand Down

0 comments on commit d76de94

Please sign in to comment.