Skip to content

Commit a71a5d0

Browse files
fix main now
1 parent b443e80 commit a71a5d0

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -201,23 +201,7 @@ jobs:
201201
run: |
202202
pytest tests/test_main_system_caches.py
203203
pytest -m 'vetiver'
204-
- name: Run rsconnect-python Tests
205-
env:
206-
CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}"
207-
PY_VERSION: ${{ matrix.PY_VERSION }}
208-
TEST_SUBSET: "CI"
209-
RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}"
210-
ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}"
211-
QUARTO_VERSION: "1.4.546"
212-
213-
# This allows us to start Connect separately in our own docker container
214-
CONNECT_SERVER: "http://localhost:3939"
215-
remote: "yes"
216-
run: |
217-
cd integration-testing
218-
docker compose pull connect
219-
docker compose up -d connect
220-
just ../test/connect-rsconnect-python/test/rsconnect-python/test-rsconnect-python-repo
204+
221205
test-jupyter:
222206
runs-on: ubuntu-latest
223207
env:

0 commit comments

Comments
 (0)