valentinegb / openai

An unofficial Rust library for the OpenAI API.
https://crates.io/crates/openai/
MIT License
61 stars 18 forks source link

Disable edit test since the edit models seem to have been pulled #51

Closed scottbot95 closed 1 year ago

scottbot95 commented 1 year ago

Huh, the checkout step looks like it checking out the previous commit? I don't know much about GH actions but that seems odd...

from the checkout step logs:

/usr/bin/git log -1 --format='%H'
'eb8e2a4894ca16efe17226f5a11b6fef0912677b'
scottbot95 commented 1 year ago

Looks like we might have to add this? Not sure if that will somehow break builds against direct pushes to main though.

- uses: actions/checkout@v3
  with:
    ref: ${{ github.event.pull_request.head.sha }}
valentinegb commented 1 year ago

Sorry for the late reply-

Hmm... I'm not sure about that, might want to create an issue for it. I'll go ahead and merge this PR though.