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

Test against 3.9 not EOLed 3.8, fix typo, compatibility with recent pydicom 3.x #133

Merged
merged 11 commits into from
Nov 4, 2024

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    2088f08 View commit details
    Browse the repository at this point in the history
  2. [DATALAD RUNCMD] run codespell throughout fixing typos automagically

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w datalad_neuroimaging",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    18b83f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4072ae0 View commit details
    Browse the repository at this point in the history
  4. ci: use Ubuntu 22.04 since 20.04 only has 3.8

    22.04 has 3.10
    yarikoptic committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    874e56d View commit details
    Browse the repository at this point in the history
  5. ci: do use "python -m pip" instead of just "pip"

    ATM it fails as
    
    pip install --upgrade pip
    Requirement already satisfied: pip in c:\python39-x64\lib\site-packages
    (23.2.1)
    Collecting pip
      Obtaining dependency information for pip from
    https://files.pythonhosted.org/packages/d4/55/90db48d85f7689ec6f81c0db0622d704306c5284850383c090e6c7195a5c/pip-24.2-py3-none-any.whl.metadata
      Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB)
    Downloading pip-24.2-py3-none-any.whl (1.8 MB)
       ---------------------------------------- 1.8/1.8 MB 10.5 MB/s eta
    0:00:00
    ERROR: To modify pip, please run the following command:
    C:\Python39-x64\python.exe -m pip install --upgrade pip
    [notice] A new release of pip is available: 23.2.1 -> 24.2
    [notice] To update, run: python.exe -m pip install --upgrade pip
    Command exited with code 1
    yarikoptic committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8b75317 View commit details
    Browse the repository at this point in the history
  6. ci: use datalad/packages distribution of .dmg

    brew installation gets stuck/takes too long.
    yarikoptic committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cdb0e25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bec011 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    e41109b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    10a7481 View commit details
    Browse the repository at this point in the history
  2. Install git-annex from snapshot and do not bother listing libffi7 abs…

    …ent on 2204.
    
    Mimicing setup in datasalad a bit
    yarikoptic committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a754239 View commit details
    Browse the repository at this point in the history
  3. RF: use script from datasalad (osx and linux only) to install syspkg

    this would allow to avoid masking the error as happens now
    
        E: Repository 'http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu jammy InRelease' changed its 'Label' value from 'Latest (26.x) Erlang packages for Ubuntu and Debian' to 'Modern Erlang and Elixir packages for Ubuntu'
    yarikoptic committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    eeaa422 View commit details
    Browse the repository at this point in the history