mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
travis: install the package that was just built.
Otherwise, conda will select a newer remote version if available, even with --use-local.
This commit is contained in:
parent
d718d1bca3
commit
5dc26ea490
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install:
|
|||
- "mkdir -p /home/travis/miniconda/conda-bld/linux-64"
|
||||
- "conda index /home/travis/miniconda/conda-bld/linux-64"
|
||||
- "conda build --python 3.5 conda/migen"
|
||||
- "conda install migen --use-local"
|
||||
- "conda install $(conda build --output --python 3.5 conda/migen)"
|
||||
|
||||
script:
|
||||
# Run tests
|
||||
|
|
Loading…
Reference in a new issue