Update PIP in cypress and docker workflows (#12317)

This commit is contained in:
Mayur Singal 2023-07-06 17:26:21 +05:30 committed by GitHub
parent 36c81af63e
commit ebc3d55240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,7 @@ jobs:
- name: Generating Data Models
run: |
pip install --upgrade pip
sudo make install_antlr_cli
make install_dev generate

View File

@ -98,6 +98,7 @@ jobs:
- name: Generating Data Models
run: |
pip install --upgrade pip
sudo make install_antlr_cli
make install_dev generate

View File

@ -56,6 +56,7 @@ jobs:
run: |
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
sudo make install_antlr_cli
make install_dev generate

View File

@ -56,6 +56,7 @@ jobs:
run: |
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
sudo make install_antlr_cli
make install_dev generate