Skip to content

Commit

Permalink
simple one python pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Apr 17, 2024
1 parent 6fac520 commit 748a79f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ansible-galaxy install -r requirements.yml
- name: Test the playbook
run: ansible-playbook -i tests/hosts macinstall.yml
run: ansible-playbook -i hosts macinstall.yml
env:
ANSIBLE_FORCE_COLOR: '1'

Expand Down
1 change: 0 additions & 1 deletion roles/osx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@

# TODO: Use sudo once .osx can be run via root with no user interaction.
- name: Run .osx dotfiles
become: true
ansible.builtin.command: "{{ osx_script }}"
changed_when: false
5 changes: 5 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ homebrew_cask_apps:
- sublime-text

mas_configure: false

python_env_science_packages: ['numpy']
python_env_quantum_packages: ['qiskit']
python_env_test_packages: ['tox']
python_env_coding_packages: ['direnv']
2 changes: 0 additions & 2 deletions tests/hosts

This file was deleted.

0 comments on commit 748a79f

Please sign in to comment.