From 5924c152a939562c40162f08796e51ff3555a1c4 Mon Sep 17 00:00:00 2001 From: KaraMelih Date: Mon, 12 Aug 2024 14:56:51 -0500 Subject: [PATCH] just test snews pt --- .github/workflows/mac12-py311-312.yml | 2 +- .github/workflows/mac13-py311-312.yml | 2 +- .github/workflows/mac14-py311-312.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mac12-py311-312.yml b/.github/workflows/mac12-py311-312.yml index 15c171e..a2f6943 100644 --- a/.github/workflows/mac12-py311-312.yml +++ b/.github/workflows/mac12-py311-312.yml @@ -78,4 +78,4 @@ jobs: - name: Run pytest run: | pip install pytest - pytest + pytest snews_pt diff --git a/.github/workflows/mac13-py311-312.yml b/.github/workflows/mac13-py311-312.yml index 7d4e88d..93a40d1 100644 --- a/.github/workflows/mac13-py311-312.yml +++ b/.github/workflows/mac13-py311-312.yml @@ -78,4 +78,4 @@ jobs: - name: Run pytest run: | pip install pytest - pytest + pytest snews_pt diff --git a/.github/workflows/mac14-py311-312.yml b/.github/workflows/mac14-py311-312.yml index 6ff463b..f640934 100644 --- a/.github/workflows/mac14-py311-312.yml +++ b/.github/workflows/mac14-py311-312.yml @@ -79,4 +79,4 @@ jobs: - name: Run pytest run: | pip install pytest - pytest + pytest snews_pt