Skip to content

Commit

Permalink
CI: Dont set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 26, 2024
1 parent d6bc593 commit cad5b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/acceptance/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ class { 'python':
it 'throws an error' do
pp = <<-PUPPET
class { 'python':
version => '3',
dev => 'present',
dev => 'present',
}
python::pyvenv { '/opt/test-venv':
Expand Down

0 comments on commit cad5b1b

Please sign in to comment.