Skip to content

Commit 9d801e7

Browse files
committed
Update github action.
1 parent 4d8e9e7 commit 9d801e7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/sdkbuild2run.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build:
1414

1515
runs-on: windows-latest
16+
env:
17+
CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
18+
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
1619

1720
steps:
1821
- uses: actions/checkout@v4
@@ -24,10 +27,10 @@ jobs:
2427
run: |
2528
python -m pip install --upgrade pip
2629
pip install -r requirements.txt
27-
pip install -r test-requirements.txt
30+
pip install -r test-requirements.txt
31+
- name: Install Aspose Cells Cloud
32+
run: pip install .
2833
- name: Run Examples
2934
run: |
3035
cd examples
3136
python .\Example_QuickStart.py
32-
33-

0 commit comments

Comments
 (0)