Skip to content

Commit 7858075

Browse files
committed
Merge branch 'develop' into dependabot/pip/develop/python-updates-ee952850e7
2 parents 35610f5 + f8e977d commit 7858075

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ jobs:
115115
runs-on: ubuntu-latest
116116
steps:
117117
- uses: actions/checkout@v5
118-
- uses: crate-ci/typos@v1.36.2
118+
- uses: crate-ci/typos@v1.36.3

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- uses: actions/checkout@v5
147-
- uses: crate-ci/typos@v1.36.2
147+
- uses: crate-ci/typos@v1.36.3

install/install_ibcdfo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
git clone --recurse-submodules -b updates_manifold_sampling https://github.com/POptUS/IBCDFO.git
3+
git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git
44
pushd IBCDFO/minq/py/minq5/
55
export PYTHONPATH="$PYTHONPATH:$(pwd)"
66
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)