Skip to content

Commit cd5cbac

Browse files
authored
github: Use setup-python and setup-poetry for system tests (#836)
* github: Try using setup-python and setup-poetry for system tests * github: Show PATH for debugging * github: Revert debugging code
1 parent b64228e commit cd5cbac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_system_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
- name: Import DAQmx config
2525
run: C:\nidaqmxconfig\targets\win64U\x64\msvc-14.0\release\nidaqmxconfig.exe --eraseconfig --import tests\max_config\nidaqmxMaxConfig.ini
26+
- name: Set up Python
27+
uses: ni/python-actions/setup-python@8554e7ef74e95c9762962205f45a1e10c48de671 # v0.5.1
28+
- name: Set up Poetry
29+
uses: ni/python-actions/setup-poetry@8554e7ef74e95c9762962205f45a1e10c48de671 # v0.5.1
2630
- name: Cache virtualenvs
2731
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2832
with:

0 commit comments

Comments
 (0)