Skip to content

Commit b3ca20e

Browse files
authored
Merge pull request #948 from tableau/update-workflows
Update workflows
2 parents a899a95 + e4d25c1 commit b3ca20e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.2]
11+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1212

1313
runs-on: ${{ matrix.os }}
1414

.github/workflows/slack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request, issues]
44

55
jobs:
66
slack-notifications:
7+
continue-on-error: true
78
runs-on: ubuntu-20.04
89
name: Sends a message to Slack when a push, a pull request or an issue is made
910
steps:

0 commit comments

Comments
 (0)