-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding building with pyproject.toml #375
adding building with pyproject.toml #375
Conversation
Thanks for your patience. Just returned today. I used your Edit: Tests pass now. |
0c55e7f
to
d7783bf
Compare
Hi @JarrettSJohnson |
@JarrettSJohnson Edit: I figured out what the problem was. Some improvements are needed for the script backend.py |
Feel free to also refer to https://github.com/schrodinger/pymol-open-source/actions/runs/9860021376/workflow as it passed with all three operating systems. |
d7783bf
to
51b0bc4
Compare
Hi @JarrettSJohnson ! Could you please take a look at this PR and let me know if everything looks good to you? |
Accepted the CI run. Seems like for linux it's failing due to missing block: - name: Pip upgrade and install build
run: |
pip install --upgrade pip
pip install build Generally looks good. Though can the functional changes be separated from the formatting changes in Seems like Github blocks anyone who doesn't have commit history from running CI automatically. Just feel free to ping me so I can manually start it. |
c44c559
to
4d4928b
Compare
@JarrettSJohnson I split the PR into smaller commits and ran the test locally. All should be good now. |
4d4928b
to
ee1ecf8
Compare
Thanks for the PR |
No description provided.