Skip to content

Commit a496a1f

Browse files
committed
Skip pyxem test with ellipse that fails occasionally
1 parent c1b489d commit a496a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
run: |
365365
conda activate "${{ env.install_dir }}"
366366
# cause of the TestAddEllipseArrayAsMarkers failure is unknown (seems to be on blas mkl only)
367-
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers"
367+
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers and not TestGetEllipseModelRansacSingleFrame"
368368
369369
- name: Run test atomap
370370
if: always()
@@ -567,7 +567,7 @@ jobs:
567567
run: |
568568
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
569569
# cause of the TestAddEllipseArrayAsMarkers failure is unknown (seems to be on blas mkl only)
570-
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers"
570+
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers and not TestGetEllipseModelRansacSingleFrame"
571571
572572
- name: Run test atomap
573573
if: always()

0 commit comments

Comments
 (0)