Skip to content

Tests the code using poetry and newest packages and exports pinned packages to requirements. txt #63

Tests the code using poetry and newest packages and exports pinned packages to requirements. txt

Tests the code using poetry and newest packages and exports pinned packages to requirements. txt #63

Workflow file for this run

name: Develop
on:
pull_request:
branches:
- 'develop'
jobs:
# autoformatting:
# uses: ./.github/workflows/autoformatting.yml
# testing:
# needs: autoformatting
# uses: ./.github/workflows/testing.yml
pin_requirements:
# needs: testing
uses: ./.github/workflows/pin_requirements.yml