We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c741b commit 8f8b808Copy full SHA for 8f8b808
.github/workflows/nightly.yml
@@ -82,6 +82,12 @@ jobs:
82
- should-release: false
83
os: macos-latest
84
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
+
91
- name: Build wheelhouse and perform smoke test
92
uses: ansys/actions/build-wheelhouse@v7
93
with:
@@ -101,6 +107,12 @@ jobs:
101
107
102
108
python-version: ${{ env.MAIN_PYTHON_VERSION }}
103
109
110
111
112
113
114
115
104
116
- name: Install dependencies
105
117
run: |
106
118
python -m pip install --upgrade pip setuptools tox
0 commit comments