Skip to content

Commit

Permalink
MINOR: [CI] Avoid docker-compose on Azure (#40972)
Browse files Browse the repository at this point in the history
### Rationale for this change

Same as PR #40949, but for Crossbow builds hosted on Azure Pipelines.

### Are these changes tested?

Yes, they fix CI tests.

### Are there any user-facing changes?

No.

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
pitrou authored Apr 3, 2024
1 parent be3b789 commit 469430f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.1.0
with:
python-version: '3.12'
python-version: '3.9'
- name: Install pygit2 binary wheel
run: pip install pygit2 --only-binary pygit2
- name: Install Archery, Crossbow- and Test Dependencies
Expand Down
1 change: 1 addition & 0 deletions dev/archery/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docker-compose
pytest
responses
2 changes: 1 addition & 1 deletion dev/tasks/docker-tests/azure.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
displayName: Setup Archery

- script: |
archery docker run \
archery --debug docker --using-docker-cli run \
-e ARROW_DOCS_VERSION="{{ arrow.no_rc_version }}" \
-e SETUPTOOLS_SCM_PRETEND_VERSION="{{ arrow.no_rc_version }}" \
{{ flags|default("") }} \
Expand Down

0 comments on commit 469430f

Please sign in to comment.