Skip to content

Commit 08eacb1

Browse files
committed
Merge branch 'ci/pylcm-main'
2 parents 39e1b73 + 1294547 commit 08eacb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- name: Install pylcm (unreleased feature branch required)
29+
- name: Install pylcm
3030
run: >-
3131
pip install "pylcm @
32-
git+https://github.com/OpenSourceEconomics/pylcm.git@feature/h-consumes-dag-outputs"
32+
git+https://github.com/OpenSourceEconomics/pylcm.git@main"
3333
- name: Install aca-model with test deps
3434
run: pip install -e . pytest pdbp
3535
- name: Run pytest

0 commit comments

Comments
 (0)