Skip to content

Commit

Permalink
Download artifacts before testing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 22, 2024
1 parent dc24684 commit f0c0a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ stages:
Python311:
python.version: '3.11'
steps:
- download: current
patterns: '**/*.whl'
- script: |
sudo apt-add-repository -y ppa:deadsnakes/ppa
sudo apt-get update
Expand Down

0 comments on commit f0c0a3e

Please sign in to comment.