Skip to content
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

CI: Enable GitHub Actions #11

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

effigies
Copy link

In preparation for #10.

GitHub actions won't start running on a pull request. It needs to be present in master. This will get it going with an absolutely minimal action, and then we can open a new PR, uncomment the tests, make sure they work, and update packaging.

- name: Checkout repo
uses: actions/checkout@v3
# - name: Set up Python ${{ matrix.python-version }}
# uses: conda-incubator/setup-miniconda@v2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to try using miniconda instead of the standard Python setup, as conda still allows Python 2 to be installed. It will also allow us to install the FSL tools needed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #12 for removing the fsl dependency, it is only used for fslval / fslorient.

@coalsont
Copy link
Member

Do you want this merged now, or do you want to figure out the conda setup or FSL removal first?

@effigies
Copy link
Author

I'd prefer to merge this first so that further proposals can be tested.

@coalsont coalsont merged commit bcb9c1a into Washington-University:master Aug 30, 2023
@effigies effigies deleted the enable-ci branch August 30, 2023 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants