Skip to content

Commit

Permalink
ci: Update environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
  • Loading branch information
Josverl committed Jan 29, 2025
1 parent bfb0257 commit 73fab84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/mip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
- .github/workflows/mip.yml
- "src/stubber/board/**"


env:
PYTHONIOENCODING: utf-8
# fix: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs
JUPYTER_PLATFORM_DIRS: "1"

jobs:
mip:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ on:
- "**/poetry.lock"

env:
JUPYTER_PLATFORM_DIRS: "1"
PYTHONIOENCODING: utf-8
# fix: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs
JUPYTER_PLATFORM_DIRS: "1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pytest_mpflash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ on:
- "src/mpflash/**"

env:
JUPYTER_PLATFORM_DIRS: "1"
PYTHONIOENCODING: utf-8
# fix: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs
JUPYTER_PLATFORM_DIRS: "1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 73fab84

Please sign in to comment.