mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
Unpin pipenv version (#2659)
* updated contrib/deploy-onefuzz-via-azure-devops/tox.ini * updated .github/workflows/ci.yml
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -213,7 +213,7 @@ jobs:
|
||||
set -ex
|
||||
cd contrib/deploy-onefuzz-via-azure-devops
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install tox pipenv==2022.11.11
|
||||
python -m pip install tox pipenv
|
||||
tox
|
||||
onefuzztypes:
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -5,7 +5,7 @@ skip_missing_interpreters=True
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
pipenv==2022.11.11
|
||||
pipenv
|
||||
|
||||
commands =
|
||||
python -m pip install --upgrade pip
|
||||
|
Reference in New Issue
Block a user