Skip to content

Commit

Permalink
chore(actions): fix tests matrix (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored and aquemy committed Mar 8, 2023
1 parent ec193a9 commit d54f231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
sonarqube:
name: SonarQube
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ 3.8 ]
pandas: ["pandas>1.1"]
numpy: ["numpy==1.19.5"]
numpy: ["numpy"]
include:
- os: macos-latest
python-version: 3.7
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
pandas: ["pandas==0.25.3", "pandas==1.0.5", "pandas>1.1"]
spark: ["2.3.0", "2.4.7", "3.0.1"]
hadoop: [ 2.7 ]
numpy: ["numpy==1.19.5"]
numpy: ["numpy"]
java_home: [ /usr/lib/jvm/java-8-openjdk-amd64 ]
exclude:
- python-version: 3.8
Expand Down

0 comments on commit d54f231

Please sign in to comment.