Skip to content

Commit

Permalink
Live at head pipeline fix (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Feb 27, 2020
1 parent a339e6e commit 174dcd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ci/azure-live-at-head-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@ schedules:


variables:
package_name: boost_histogram
dev_requirements_file: dev-requirements.txt

jobs:


- job: LinuxCMake
strategy:
matrix:
Python37:
Python38:
python.version: '3.8'
python.architecture: 'x64'
pool:
vmImage: 'ubuntu-latest'
steps:
- template: azure-wheel-helpers/azure-setup.yml
- template: azure-live-at-head.yml
- template: azure-wheel-helpers/azure-cmake-steps.yml
- template: azure-cmake-steps.yml

0 comments on commit 174dcd3

Please sign in to comment.