remove reference to old Python2-era simplejson #809
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- stable | |
- devel | |
pull_request: | |
branches: | |
- stable | |
- devel | |
jobs: | |
prerequisites: | |
uses: ./.github/workflows/test.yml |