Skip to content

Commit

Permalink
run biapy checks in production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 13, 2024
1 parent 2f328bc commit f859ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_compatibility_biapy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
run:
runs-on: ubuntu-latest
environment: 'production'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -31,3 +32,4 @@ jobs:
- name: Install backoffice
run: pip install .
- run: python scripts/check_compatibility_biapy.py

0 comments on commit f859ee5

Please sign in to comment.