We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64228e commit cd5cbacCopy full SHA for cd5cbac
.github/workflows/run_system_tests.yml
@@ -23,6 +23,10 @@ jobs:
23
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
- name: Import DAQmx config
25
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
30
- name: Cache virtualenvs
31
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32
with:
0 commit comments