Skip to content

Commit d797a5a

Browse files
committed
Skip pyxem test with ellipse that fails occasionally
1 parent 1b01a9f commit d797a5a

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
@@ -366,7 +366,7 @@ jobs:
366366
run: |
367367
conda activate "${{ env.install_dir }}"
368368
# cause of the TestAddEllipseArrayAsMarkers failure is unknown (seems to be on blas mkl only)
369-
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers"
369+
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers and not TestGetEllipseModelRansacSingleFrame"
370370
371371
- name: Run test atomap
372372
if: always()
@@ -557,7 +557,7 @@ jobs:
557557
run: |
558558
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
559559
# cause of the TestAddEllipseArrayAsMarkers failure is unknown (seems to be on blas mkl only)
560-
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers"
560+
pytest --pyargs pyxem -k "not TestAddEllipseArrayAsMarkers and not TestGetEllipseModelRansacSingleFrame"
561561
562562
- name: Run test atomap
563563
if: always()

0 commit comments

Comments
 (0)