Skip to content

Commit

Permalink
PRMP-594 [Fix] - Add missing import (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Aug 19, 2024
1 parent afe2fa7 commit ee2766c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-gp-registrations-mi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
if: github.ref == 'refs/heads/master' && inputs.is_deployment
run: |
python3 -m venv ./venv
./venv/bin/pip3 install --upgrade pip urllib3
- name: Get ODS CSV Files
if: github.ref == 'refs/heads/master' && inputs.is_deployment
Expand Down

0 comments on commit ee2766c

Please sign in to comment.