Skip to content

Commit

Permalink
Merge branch 'main' into use-client-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeani authored Aug 8, 2024
2 parents ff85949 + 19fef24 commit 065daaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 25 5 * * 0

jobs:
analyze:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- 22.05.11
- 23.02.5
python_version:
- 3.8
- 3.9

container:
image: ghcr.io/pitt-crc/test-env:${{ matrix.slurm_version }}
Expand All @@ -35,10 +35,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install poetry
run: |
pip install poetry
poetry env use python${{ matrix.python_version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false

- name: Install dependencies
run: poetry install --with tests
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ crc-sus = "apps.crc_sus:CrcSus.execute"
crc-usage = "apps.crc_usage:CrcUsage.execute"

[tool.poetry.dependencies]
python = "^3.8.0"
python = "^3.9.0"
requests = "^2.31.0"
prettytable = "^3.10.0"
keystone-api-client = "^0.3.16"
Expand All @@ -57,7 +57,7 @@ coverage = "*"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "7.1.2"
sphinx-autoapi = "3.1.1"
sphinx = "7.4.7"
sphinx-autoapi = "3.2.1"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "2.0.0"

0 comments on commit 065daaa

Please sign in to comment.