We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8324911 commit 9eafccbCopy full SHA for 9eafccb
.github/workflows/pypi-smoke-tests.yml
@@ -26,11 +26,11 @@ jobs:
26
uses: actions/setup-python@v4
27
with:
28
python-version: ${{ matrix.python-version }}
29
- - name: pip install Tabcmd
+ - name: pip install
30
run: |
31
pip uninstall tableauserverclient
32
pip install tableauserverclient
33
- name: Launch app
34
35
python -c "import tableauserverclient as TSC
36
- server = TSC.Server('Fake-Server-Url', use_server_version=False)"
+ server = TSC.Server('http://example.com', use_server_version=False)"
0 commit comments