Skip to content

Commit

Permalink
[ENH] fix binary (#278)
Browse files Browse the repository at this point in the history
* add param to nuitka

* update node

* try to fix param

* fix version �[200~urllib3==2.0.6
  • Loading branch information
arnaudbore authored Oct 11, 2023
1 parent cac5a25 commit b3b8e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
script-name: dcm2bids/cli/dcm2bids.py
onefile: true
show-scons: false
no-deployment-flag: self-execution
output-file: dcm2bids

- name: Build dcm2bids_scaffold executable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ regex==2023.6.3
requests==2.31.0
six==1.16.0
smmap==5.0.0
urllib3==2.0.3
urllib3==2.0.6
verspec==0.1.0
watchdog==3.0.0

0 comments on commit b3b8e67

Please sign in to comment.