Skip to content

Commit

Permalink
Still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Jan 2, 2021
1 parent 794013f commit 3195514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/scripts/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ steps:
- script: |
python -m pytest -v --junit-xml=build/test/test.xml test/jpypetest --checkjni
displayName: 'Test JDK 11'
condition: eq(variables.jpypetest.fast, 'false')
condition: eq(variables['jpypetest.fast'], 'false')

- script: |
python -m pytest -v --junit-xml=build/test/test.xml test/jpypetest --checkjni --fast
displayName: 'Test JDK 11 (fast)'
condition: eq(variables.jpypetest.fast, 'true')
condition: eq(variables['jpypetest.fast'], 'true')

# presence of jpype/ seems to confuse entry_points so `cd` elsewhere
- script: |
Expand Down

0 comments on commit 3195514

Please sign in to comment.