Skip to content

Commit

Permalink
add readme change for testing ci (alpine-quantum-technologies/qiskit-…
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfried-huss authored and airwoodix committed Feb 1, 2023
1 parent 34be6a4 commit df6d5e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U virtualenv setuptools wheel tox
pip install -U virtualenv setuptools wheel tox==3.27.1
sudo apt-get install -y graphviz pandoc
- name: Build and publish
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}-pip-
${{ runner.os }}-${{ matrix.python-version }}
- name: Install Deps
run: python -m pip install -U tox setuptools virtualenv wheel
run: python -m pip install -U tox==3.27.1 setuptools virtualenv wheel
- name: Install and Run Tests
run: tox -e py
lint:
Expand All @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}-pip-
${{ runner.os }}-${{ matrix.python-version }}-
- name: Install Deps
run: python -m pip install -U tox
run: python -m pip install -U tox==3.27.1
- name: Run lint
run: tox -elint
docs:
Expand All @@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Install Deps
run: python -m pip install -U tox
run: python -m pip install -U tox==3.27.1
- name: Build Docs
run: tox -edocs
- uses: actions/upload-artifact@v2
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ PORTAL_URL = "http://localhost:7777"
# Local Arnica
PORTAL_URL = "http://localhost:5001/aqt-portal-dev/europe-west3"

# Deployed Arnica (DEFAULT)
# Deployed Arnica (Firebase)
PORTAL_URL = "http://arnica.internal.aqt.eu:7777"

# Deployed Arnica (Firebase)
PORTAL_URL = "https://europe-west3-aqt-portal-dev.cloudfunctions.net"

```
Expand Down

0 comments on commit df6d5e1

Please sign in to comment.