Skip to content

Commit 9eafccb

Browse files
committed
Update pypi-smoke-tests.yml
1 parent 8324911 commit 9eafccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- name: pip install Tabcmd
29+
- name: pip install
3030
run: |
3131
pip uninstall tableauserverclient
3232
pip install tableauserverclient
3333
- name: Launch app
3434
run: |
3535
python -c "import tableauserverclient as TSC
36-
server = TSC.Server('Fake-Server-Url', use_server_version=False)"
36+
server = TSC.Server('http://example.com', use_server_version=False)"

0 commit comments

Comments
 (0)