Skip to content

Commit

Permalink
ci: disabled experimental job
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 8, 2021
1 parent afd4d5b commit 088352f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
python_version: [3.8]
node_version: [16]
experimental: [false]
include:
- os: ubuntu-latest
python_version: 3.9
node_version: 16
experimental: true
#include:
# - os: ubuntu-latest
# python_version: 3.9
# node_version: 16
# experimental: true
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 088352f

Please sign in to comment.