Skip to content

Commit 7b195ae

Browse files
Try using latest alpha releases
1 parent 14b45d5 commit 7b195ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198

199199
- name: Install master versions
200200
run: |
201-
pip install git+https://github.com/epics-base/epicscorelibs.git@fix-compiler-detection -e .[dev]
201+
pip install --pre -e .[dev]
202202
pip freeze
203203
204204
- name: Run tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "setuptools_dso>=2.1", "epicscorelibs>=7.0.7.99.1.1a3"]
2+
requires = ["setuptools", "wheel", "setuptools_dso>=2.1", "epicscorelibs>=7.0.7.99.1.2a2"]
33
build-backend = "setuptools.build_meta:__legacy__"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev =
5757
pytest-asyncio
5858
aioca >=1.6
5959
cothread; sys_platform != "win32"
60-
p4p>=4.2.0a2
60+
p4p>=4.2.1a1
6161

6262
[flake8]
6363
max-line-length = 80

0 commit comments

Comments
 (0)