Skip to content

Commit

Permalink
Update .github/workflows/CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Nov 26, 2024
1 parent 383ea49 commit ddef385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install QCElemental (full deps)
if: (!(matrix.python-version == '3.8' || matrix.python-version == '3.10'))
if: matrix.python-version != '3.8' && matrix.python-version != '3.10'
run: pip install '.[test,viz,align,standard]'
- name: Install QCElemental (min deps)
if: matrix.python-version == '3.8' || matrix.python-version == '3.10'
Expand Down

0 comments on commit ddef385

Please sign in to comment.