Skip to content

Commit

Permalink
Force installation of matching ARTIQ version in conda test environment.
Browse files Browse the repository at this point in the history
whitequark committed Feb 3, 2018
1 parent a48ec0a commit b894f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -564,7 +564,7 @@ addCondaBuildSteps(artiqBuildFactory,
project='artiq', package='artiq', test=False)
# Test the `artiq` package
addCondaSetupTestEnvironmentSteps(artiqBuildFactory,
packages=['%(output_name)s', 'artiq-dev=%(output_version)s'])
packages=['artiq=%(output_version)s', 'artiq-dev=%(output_version)s'])
addPythonUnittestSteps(artiqBuildFactory,
test_path='artiq/gateware/test')
addPythonCoverageSteps(artiqBuildFactory,

0 comments on commit b894f62

Please sign in to comment.