We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d4f4fe + f017c3c commit 512c1a3Copy full SHA for 512c1a3
.github/workflows/runtests.yml
@@ -11,9 +11,9 @@ jobs:
11
test:
12
runs-on: ubuntu-latest
13
strategy:
14
- max-parallel: 4
+ max-parallel: 2
15
matrix:
16
- python-version: [3.7, 3.8]
+ python-version: [3.9, 3.11]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
Vagrantfile
@@ -3,7 +3,7 @@
3
4
Vagrant.configure(2) do |config|
5
config.vm.define "simpleidml", primary: true do |simpleidml|
6
- simpleidml.vm.box = "ubuntu/bionic64"
+ simpleidml.vm.box = "bento/debian-12.6"
7
simpleidml.vm.hostname = "simpleidml"
8
9
simpleidml.vm.provider "virtualbox" do |vb|
0 commit comments