From b0a992b270ef9abf0e0478aae23ffbc46b1cab48 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:58:34 +0100 Subject: [PATCH] Updated tests.yml env variables --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c531e8b..dba9ab0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,8 +9,8 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: - BUFR_ORIGINATING_CENTRE: 123 - BUFR_ORIGINATING_SUBCENTRE: 123 + BUFR_ORIGINATING_CENTRE: 65535 + BUFR_ORIGINATING_SUBCENTRE: 65535 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5