Skip to content

Commit

Permalink
gha: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 5, 2024
1 parent af19001 commit f5a4ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
run: |
for runtime_class in ${{ matrix.runtime_classes }}; do
./bin/inv_wrapper.sh kata.enable-annotation default_memory --runtime ${runtime_class}
# Here we benefit that the last variable is the one we want to use
# for vm-cache
export SC2_RUNTIME_CLASS=${runtime_class}
done
# Aftre changing the annotation of the qemu-snp-sc2 runtime class we
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ matplotlib>=3.8.0
pandas>=2.1.1
psutil>=5.9.6
pymysql>=1.1.0
python-language-server[all]
sev-snp-measure>=0.0.7

0 comments on commit f5a4ae0

Please sign in to comment.