Skip to content

Commit 8f8b808

Browse files
committed
Fix nightly workflow
1 parent 21c741b commit 8f8b808

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nightly.yml

+12
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
- should-release: false
8383
os: macos-latest
8484
steps:
85+
- uses: extractions/netrc@v2
86+
with:
87+
machine: github.com
88+
username: pyansys-ci-bot
89+
password: ${{ secrets.PYANSYS_CI_BOT_PACKAGE_TOKEN }}
90+
8591
- name: Build wheelhouse and perform smoke test
8692
uses: ansys/actions/build-wheelhouse@v7
8793
with:
@@ -101,6 +107,12 @@ jobs:
101107
with:
102108
python-version: ${{ env.MAIN_PYTHON_VERSION }}
103109

110+
- uses: extractions/netrc@v2
111+
with:
112+
machine: github.com
113+
username: pyansys-ci-bot
114+
password: ${{ secrets.PYANSYS_CI_BOT_PACKAGE_TOKEN }}
115+
104116
- name: Install dependencies
105117
run: |
106118
python -m pip install --upgrade pip setuptools tox

0 commit comments

Comments
 (0)