We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5fbdf commit f2ae804Copy full SHA for f2ae804
.github/workflows/test.yml
@@ -41,10 +41,16 @@ jobs:
41
uses: actions/setup-python@v4
42
with:
43
cache: pip
44
- - name: Run tests in Vagrant
+ - name: Install virtualbox
45
run: |
46
sudo apt-get update -qq
47
sudo apt-get install -y virtualbox
48
+ - uses: nahsi/setup-hashi-tool@v1
49
+ with:
50
+ name: vagrant
51
+ name: Install vagrant
52
+ - name: Run tests in Vagrant
53
+ run: |
54
pip install --upgrade pip
55
python -m venv env
56
source env/bin/activate
0 commit comments