restore brewkit to ^0.7.1

also hack to get tests working again
This commit is contained in:
Jacob Heider 2023-03-09 19:11:11 -05:00 committed by Jacob Heider
parent 2e3b4064d6
commit a26eec476d
3 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@ runs:
id: tea
with:
prefix: ${{ inputs.prefix }}
+: tea.xyz/brewkit~0.7
+: tea.xyz/brewkit^0.7.1
# prevent pantry from reassigning TEA_PREFIX etc.
srcroot: null

View file

@ -131,6 +131,9 @@ jobs:
- run: pkg test ${{ inputs.projects }}
env:
GITHUB_TOKEN: ${{ github.token }}
# FIXME: this shouldn't be necessary, but it currently is for the
# ubuntu+container test matrix entries. :/
TEA_PANTRY_PATH: ${{ github.workspace }}
- name: '[post]'
run:

View file

@ -1,4 +1,4 @@
dependencies:
tea.xyz/brewkit: ~0.7
tea.xyz/brewkit: ^0.7.1
env:
TEA_PANTRY_PATH: ${{srcroot}}