Skip to content

Commit ba24e43

Browse files
committed
Add environment variables for RLM license
1 parent 47760da commit ba24e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
- name: Test with pytest
3939
run: pixi run --frozen pytest tests
40+
env:
41+
RLM_LICENSE_PASSWORD: ${{ secrets.LICENSE_PASSWORD }}
42+
RLM_LICENSE: ${{ secrets.LICENSE_SERVER }}
4043

4144

4245
test-linux-cloud:

0 commit comments

Comments
 (0)