We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39e1b73 + 1294547 commit 08eacb1Copy full SHA for 08eacb1
1 file changed
.github/workflows/main.yml
@@ -26,10 +26,10 @@ jobs:
26
- uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
- - name: Install pylcm (unreleased feature branch required)
+ - name: Install pylcm
30
run: >-
31
pip install "pylcm @
32
- git+https://github.com/OpenSourceEconomics/pylcm.git@feature/h-consumes-dag-outputs"
+ git+https://github.com/OpenSourceEconomics/pylcm.git@main"
33
- name: Install aca-model with test deps
34
run: pip install -e . pytest pdbp
35
- name: Run pytest
0 commit comments