Skip to content

Commit

Permalink
Remove azure IT from CI in 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Apr 8, 2022
1 parent a4cf6e2 commit 0bf040e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
matrix:
#python-version: [3.6]
python-version: [3.6, 3.9]
it-backend: [local, s3, gcs, minio, azure]
it-backend: [local, s3, gcs, minio]
# IBM not included by default due to lite plan quota being easily exceeded
#it-backend: [local, s3, gcs, minio, ibm, azure]
cassandra-version: [2.2.19, 3.11.11, 4.0.0, 'github:apache/trunk']
Expand Down Expand Up @@ -172,8 +172,6 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
sudo apt-get remove azure-cli
sudo apt-get install azure-cli=2.33.1 -y
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
Expand Down

0 comments on commit 0bf040e

Please sign in to comment.