Skip to content

Commit

Permalink
Merge pull request #320 from MolSSI-BSE/upgrade_gha
Browse files Browse the repository at this point in the history
Upgrade versions in GHAs
  • Loading branch information
bennybp authored Sep 16, 2024
2 parents eacdd02 + a1d1996 commit f9e7b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
with:
fetch-depth: 0 # needed for tag/version

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install package
shell: bash -l {0}
run: |
python -m pip install .[docs]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -50,13 +50,11 @@ jobs:
- name: Run tests
working-directory: ./test_wdir # Move to an unrelated dir and test the installed package
shell: bash -l {0}
run: |
pytest --pyargs basis_set_exchange
- name: Test CLI
working-directory: ./test_wdir # Move to an unrelated dir and test the installed package
shell: bash -l {0}
run: |
bse get-basis 6-31g nwchem
Expand Down

0 comments on commit f9e7b5a

Please sign in to comment.