Till!
Till!
It seems the action I am using is abandoned. Maybe I should run `bundle exec rake release` myself.
Related: https://github.com/actions/runner-images/issues/6775
Sweet. So which client library do you prefer: https://encrypted.google.com/search?q=postgre&q=site:npmjs.org&hl=en Or which is the most stable? I am pretty new to psql and node.js. ;-)
@byjg sorry, bit swamped. Saw this in my inbox and been meaning to do something. So basically, you would do "acl-**reject**" and "acl-**accept**"? And then render based on that? I...
@krnowak Maybe instead of building something, adding this to the documentation would suffice? @pothos mentioned this ticket when I reported that I couldn't update. Thinking about it now, I think...
I just ran into this issue as well. I used an example in the docs that triggers this bug _beautifully_. Maybe time to ramp up the tests for this action?
I am running the following workflow which works: ```yaml jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: pipx install poetry==1.8.3 - run: echo "/root/.local/bin" >> $GITHUB_PATH - uses:...
@aparnajyothi-y what exactly are you asking me to do? Add a `pip install something` to confirm it gets created?
@aparnajyothi-y I won't get to that. I hope you don't need me to confirm. The second bug (it fails the post step) is still there. Somewhere in here: https://github.com/actions/setup-python/blob/main/src/cache-save.ts
@aparnajyothi-y no I can't. I don't know why you keep asking for it as you reproduced it above. I don't want to install dependencies with `pip`. In the end, I...