Skip to content

Commit 0e95354

Browse files
fix: pip package issue (#488)
1 parent 0d32e01 commit 0e95354

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
msal==1.31.1
22
azure-identity
33
pandas
4-
azure-storage-file-datalake
4+
azure-storage-file-datalake
5+
packaging

ClientAdvisor/Deployment/scripts/fabric_scripts/run_fabric_items_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ sed -i "s/workspaceId_to-be-replaced/${fabricWorkspaceId}/g" "create_fabric_item
4545

4646
sed -i "s/kv_to-be-replaced/${keyvaultName}/g" "notebooks/01_process_data.ipynb"
4747

48-
pip install -r requirements.txt --quiet
48+
pip install -r requirements.txt --user --quiet
4949

5050
python create_fabric_items.py

0 commit comments

Comments
 (0)