Skip to content

Commit

Permalink
Updated tests.yml env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Mar 27, 2024
1 parent 20c6559 commit b0a992b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a992b

Please sign in to comment.