Skip to content

Commit

Permalink
add girder key to env #166
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 17, 2024
1 parent 370849b commit 55ef39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: |
source .venv/bin/activate
python3 -m pytest
env:
GIRDER_API_KEY: ${{secrets.GIRDER}}
- name: Compile test applications
run: |
mpic++ -std=c++17 -O3 tests/data/parallelSum.cpp -o tests/data/parallelSum
Expand Down

0 comments on commit 55ef39e

Please sign in to comment.