Skip to content

Commit

Permalink
fix: actually install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Oct 1, 2024
1 parent 58aa99e commit 58b80d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beautifulsoup4==4.12.3
black==24.4.2
# via
# sadlc-testing (pyproject.toml)
# splunk-soar-sdk
#
certifi==2024.7.4
# via
# httpcore
Expand All @@ -41,9 +41,9 @@ h11==0.14.0
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via splunk-soar-sdk
# via
hvac==2.3.0
# via splunk-soar-sdk
# via
idna==3.7
# via
# anyio
Expand All @@ -52,7 +52,7 @@ idna==3.7
isort==5.13.2
# via
# sadlc-testing (pyproject.toml)
# splunk-soar-sdk
#
jinja2==3.1.4
# via robotframework-tidy
lxml==5.2.2
Expand Down Expand Up @@ -80,17 +80,17 @@ platformdirs==4.2.2
pycparser==2.22
# via cffi
pydantic==2.8.2
# via splunk-soar-sdk
# via
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via
# rich
# splunk-soar-sdk
#
pynacl==1.5.0
# via paramiko
pytz==2024.1
# via splunk-soar-sdk
# via
requests==2.32.3
# via hvac
rich==13.7.1
Expand All @@ -110,7 +110,7 @@ sniffio==1.3.1
soupsieve==2.5
# via beautifulsoup4
toml==0.10.2
# via splunk-soar-sdk
# via
tomli==2.0.1
# via robotframework-tidy
typing-extensions==4.12.2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install robotframework
pip install -r .github/tests/requirements.txt
- name: Run Robot Framework tests
env:
Expand Down

0 comments on commit 58b80d3

Please sign in to comment.