From 078f51ef17a7be2a6bdff58730ac021b80c459bb Mon Sep 17 00:00:00 2001
From: Steven Murray <steven.murray@curtin.edu.au>
Date: Mon, 2 Oct 2023 02:36:11 -0700
Subject: [PATCH] ci: don't do safety checks coz this isn't a webapp

---
 .github/workflows/tests.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index acafce1..2acc952 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,8 +12,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-#          - { python: "3.10", os: "ubuntu-latest", session: "pre-commit" }
-          - { python: "3.10", os: "ubuntu-latest", session: "safety" }
+#          - { python: "3.10", os: "ubuntu-latest", session: "safety" }
 #          - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
 #          - { python: "3.9", os: "ubuntu-latest", session: "mypy" }
 #          - { python: "3.8", os: "ubuntu-latest", session: "mypy" }