22
22
- os : macos-latest
23
23
python-version : ' 3.9'
24
24
- os : windows-latest
25
- python-version : ' 3.9'
25
+ python-version : ' 3.9'
26
26
runs-on : ${{ matrix.os }}
27
27
name : test (py${{ matrix.python-version }} ${{ matrix.os }})
28
28
steps :
@@ -108,7 +108,7 @@ jobs:
108
108
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
109
109
run : make sync-to-s3
110
110
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
111
- uses : pypa/gh-action-pypi-publish@master
111
+ uses : pypa/gh-action-pypi-publish@release/v1
112
112
with :
113
113
user : __token__
114
114
password : ${{ secrets.PYPI_TOKEN }}
@@ -190,10 +190,10 @@ jobs:
190
190
run : |
191
191
pytest tests/test_main_system_caches.py
192
192
pytest -m 'vetiver'
193
-
193
+
194
194
test-jupyter :
195
195
runs-on : ubuntu-latest
196
- env :
196
+ env :
197
197
CONNECT_LICENSE : ${{ secrets.RSC_LICENSE }}
198
198
ADMIN_API_KEY : ${{ secrets.ADMIN_API_KEY }}
199
199
steps :
@@ -209,7 +209,7 @@ jobs:
209
209
- name : Start Connect + rsconnect-jupyter
210
210
run : |
211
211
just integration-testing/up
212
-
212
+
213
213
- name : Run Cypress Tests
214
214
run : |
215
215
export ADMIN_API_KEY="${{ secrets.ADMIN_API_KEY }}"
@@ -219,7 +219,7 @@ jobs:
219
219
- name : Save videos
220
220
uses : actions/upload-artifact@v3
221
221
if : success() || failure()
222
- with :
222
+ with :
223
223
name : cypress-videos
224
224
path : integration-testing/cypress/videos
225
225
if-no-files-found : ignore
0 commit comments